We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a84519b commit 18546deCopy full SHA for 18546de
.github/workflows/deploy.yml
@@ -4,7 +4,8 @@ on:
4
push:
5
branches: ["main"]
6
schedule:
7
- - cron: "0 0 * * *" # Runs every day at 00:00 UTC time
+ - cron: "0 7 * * *" # Runs every day at 00:00 UTC time
8
+
9
workflow_dispatch:
10
11
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
0 commit comments