We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d0482 commit 5f39e9bCopy full SHA for 5f39e9b
.github/workflows/deploy.yml
@@ -13,7 +13,7 @@ on:
13
14
# Cron schedule, everyday at midnight
15
schedule:
16
- - cron: '0 0 * * *'
+ - cron: '0 */6 * * *'
17
18
19
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
0 commit comments