mirror of
https://github.com/GNS3/gns3-server
synced 2025-02-18 02:52:00 +00:00
Merge branch '3.0' into gh-pages
This commit is contained in:
commit
2e78520a7b
@ -1,9 +1,10 @@
|
|||||||
name: publish-api-documentation
|
name: publish-api-documentation
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
workflow_dispatch:
|
||||||
- cron: "0 0 * * *"
|
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- 3.0
|
||||||
tags:
|
tags:
|
||||||
- v3.*
|
- v3.*
|
||||||
|
|
||||||
@ -14,6 +15,9 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
ref: "3.0"
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 3.6
|
python-version: 3.6
|
||||||
@ -32,6 +36,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config user.name github-actions
|
git config user.name github-actions
|
||||||
git config user.email github-actions@github.com
|
git config user.email github-actions@github.com
|
||||||
|
git checkout gh-pages
|
||||||
git add docs
|
git add docs
|
||||||
git status
|
git status
|
||||||
git commit -m "Publish API documentation"
|
git commit -m "Publish API documentation"
|
||||||
|
Loading…
Reference in New Issue
Block a user