Skip to content

Commit e6ef030

Browse files
Add cron schedule for page deployment
Added a scheduled cron job to deploy pages daily at 16:30 UTC.
1 parent 64353e4 commit e6ef030

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/deploy-pages.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ name: Deploy Pages
33
on:
44
push:
55
branches:
6-
- main
6+
- main
77
workflow_dispatch:
8+
schedule:
9+
- cron: "30 16 * * *"
10+
811

912
permissions:
1013
contents: write

0 commit comments

Comments
 (0)