Skip to content

Commit f935a41

Browse files
committed
Allow triggering docs workflow manually.
1 parent 5fa4757 commit f935a41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs-push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ on:
1717
# Run CI once per day (at 05:15 UTC)
1818
schedule:
1919
- cron: '15 5 * * *'
20+
# Allow manual trigger (for newer antsibull-docs, sphinx-ansible-theme, ... versions)
21+
workflow_dispatch:
2022

2123
jobs:
2224
build-docs:

0 commit comments

Comments
 (0)