mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-17 01:04:51 +02: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
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
workflow_dispatch:
|
||||
push:
|
||||
tags:
|
||||
- v3.*
|
||||
@ -14,8 +13,6 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: 3.0
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.6
|
||||
|
Loading…
Reference in New Issue
Block a user