Skip to content

Commit b88efde

Browse files
committed
Rebuild the website daily at 00:00 UTC.
1 parent 4cfebc7 commit b88efde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
push:
55
branches:
66
- 'main'
7-
7+
schedule:
8+
- cron: "0 0 * * *" # Every day at 00:00 UTC
89
workflow_dispatch:
910

1011
permissions:

0 commit comments

Comments
 (0)