mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-17 00:01:04 +02:00
Allow triggering docs workflow manually.
This commit is contained in:
parent
5fa47579af
commit
f935a41b8a
1 changed files with 2 additions and 0 deletions
2
.github/workflows/docs-push.yml
vendored
2
.github/workflows/docs-push.yml
vendored
|
@ -17,6 +17,8 @@ on:
|
||||||
# Run CI once per day (at 05:15 UTC)
|
# Run CI once per day (at 05:15 UTC)
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '15 5 * * *'
|
- cron: '15 5 * * *'
|
||||||
|
# Allow manual trigger (for newer antsibull-docs, sphinx-ansible-theme, ... versions)
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-docs:
|
build-docs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue