We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c151bbf commit ef28460Copy full SHA for ef28460
.github/workflows/deploy_main.yaml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches:
6
- main
7
+ schedule:
8
+ - cron: '0 0 * * *' # run nightly at midnight
9
10
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
11
permissions:
0 commit comments