Skip to content

Commit de88a16

Browse files
committed
feat: close survey + stop backup
1 parent 9c8de62 commit de88a16

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/backup-results.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Backup results
22

33
# on: push
44
on:
5-
schedule:
6-
- cron: "0 1 * * *"
5+
# schedule:
6+
# - cron: "0 1 * * *"
77
workflow_dispatch:
88

99
jobs:

src/pages/index.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
// import Report2024 from "./2024.astro";
3-
import Home from "./home.astro";
2+
import Report2024 from "./2024.astro";
3+
// import Home from "./home.astro";
44
55
export const prerender = true;
66
---
77

8-
<Home />
8+
<Report2024 />

0 commit comments

Comments
 (0)