Skip to content

Commit d81bd72

Browse files
run workflow every week
1 parent 215f177 commit d81bd72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

assets/scripts/DocsNav.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Add Navbar
33
on:
44
page_build: # Triggers the workflow on push events to gh-pages branch
55
workflow_dispatch: # Allows manual triggering
6+
schedule:
7+
- cron: '0 0 * * 0' # Runs every week on Sunday at midnight (UTC)
68

79
jobs:
810
add-navbar:

0 commit comments

Comments
 (0)