Skip to content

Commit 9ceef1e

Browse files
authored
Merge pull request #138 from nikomatsakis/schedule-updates
regenerate the webpage daily
2 parents 7ef5bba + bca84de commit 9ceef1e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/mdbook.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ on:
1212
# Allows you to run this workflow manually from the Actions tab
1313
workflow_dispatch:
1414

15+
# Runs every day at 2pm
16+
schedule:
17+
- cron: '0 14 * * *'
18+
1519
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1620
permissions:
1721
contents: read

0 commit comments

Comments
 (0)