Skip to content

Commit 8023836

Browse files
authored
run cronjob every 30 minutes
1 parent 32fe513 commit 8023836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mdbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
# Runs every day at 2pm
1616
schedule:
17-
- cron: '0 14 * * *'
17+
- cron: '0,30 * * * *'
1818

1919
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
2020
permissions:

0 commit comments

Comments
 (0)