Skip to content

Commit df426d2

Browse files
committed
Add manual trigger and workflow file monitoring to docs deployment
1 parent 4ed7206 commit df426d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
- 'docs/**'
1010
- 'Doxyfile'
1111
- 'tools/scripts/build_docs.sh'
12+
- '.github/workflows/docs-deploy.yml'
13+
workflow_dispatch: # Allow manual triggering
14+
schedule:
15+
- cron: '0 6 * * 1' # Weekly on Monday at 6 AM UTC
1216

1317
permissions:
1418
contents: read

0 commit comments

Comments
 (0)