Skip to content

Commit 4cccb82

Browse files
authored
Update render.yml
temporarily comment out the "schedule" line
1 parent 3958794 commit 4cccb82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/render.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Render and Publish Quarto Site
22

33
on:
44
schedule:
5-
- cron: '0 * * * *' # every hour minute 0 UTC
5+
#- cron: '0 * * * *' # every hour minute 0 UTC
66
#- cron: '30 * * * *' # At minute 30 past every hour - uncomment this if needed
77
workflow_dispatch: # Allows manual triggering
88

0 commit comments

Comments
 (0)