mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-05 04:24:21 +00:00
Manual trigger API documentation publishing using workflow_dispatch
This commit is contained in:
parent
5bb6ba73f2
commit
e6bf17185e
@ -1,8 +1,7 @@
|
|||||||
name: publish-api-documentation
|
name: publish-api-documentation
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
workflow_dispatch:
|
||||||
- cron: "0 0 * * *"
|
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- v3.*
|
- v3.*
|
||||||
@ -14,8 +13,6 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
|
||||||
ref: 3.0
|
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 3.6
|
python-version: 3.6
|
||||||
|
Loading…
Reference in New Issue
Block a user