Skip to content

Commit

Permalink
Update mdbook.yml
Browse files Browse the repository at this point in the history
Add a cron schedule to run the workflow every sunday at 23:00

It will update existing bricks doc as theses parts are injected during build time and may change with time
  • Loading branch information
Gashmob authored Jun 7, 2024
1 parent dcdfdb7 commit 77f2750
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Redeploy every sunday at 23:00
schedule:
- cron: "00 23 * * 0"

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
Expand Down

0 comments on commit 77f2750

Please sign in to comment.