We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c8de62 commit de88a16Copy full SHA for de88a16
.github/workflows/backup-results.yml
@@ -2,8 +2,8 @@ name: Backup results
2
3
# on: push
4
on:
5
- schedule:
6
- - cron: "0 1 * * *"
+ # schedule:
+ # - cron: "0 1 * * *"
7
workflow_dispatch:
8
9
jobs:
src/pages/index.astro
@@ -1,8 +1,8 @@
1
---
-// import Report2024 from "./2024.astro";
-import Home from "./home.astro";
+import Report2024 from "./2024.astro";
+// import Home from "./home.astro";
export const prerender = true;
-<Home />
+<Report2024 />
0 commit comments