1 parent 78568bc commit 208894bCopy full SHA for 208894b
1 file changed
.github/workflows/deploy.yml
@@ -7,6 +7,11 @@ on:
7
branches: [master, main]
8
# Allows you to run this workflow manually from the Actions tab on GitHub.
9
workflow_dispatch:
10
+ schedule:
11
+ - cron: '0 0 * * *' # 12:00 AM UTC (midnight)
12
+ - cron: '0 6 * * *' # 6:00 AM UTC
13
+ - cron: '0 12 * * *' # 12:00 PM UTC (noon)
14
+ - cron: '0 18 * * *' # 6:00 PM UTC
15
16
# Allow this job to clone the repo and create a page deployment
17
permissions:
0 commit comments