We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3958794 commit 4cccb82Copy full SHA for 4cccb82
.github/workflows/render.yml
@@ -2,7 +2,7 @@ name: Render and Publish Quarto Site
2
3
on:
4
schedule:
5
- - cron: '0 * * * *' # every hour minute 0 UTC
+ #- cron: '0 * * * *' # every hour minute 0 UTC
6
#- cron: '30 * * * *' # At minute 30 past every hour - uncomment this if needed
7
workflow_dispatch: # Allows manual triggering
8
0 commit comments