Skip to content
This repository was archived by the owner on Jan 17, 2026. It is now read-only.

Commit 77f2750

Browse files
authored
Update mdbook.yml
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
1 parent dcdfdb7 commit 77f2750

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+
# Redeploy every sunday at 23:00
16+
schedule:
17+
- cron: "00 23 * * 0"
18+
1519
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1620
permissions:
1721
contents: read

0 commit comments

Comments
 (0)