mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 11:18:11 +00:00
Fix publish_api_documentation.yml
This commit is contained in:
parent
163a867f00
commit
a6a35e7c43
@ -3,8 +3,6 @@ name: publish-api-documentation
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- 3.0
|
|
||||||
tags:
|
tags:
|
||||||
- v3.*
|
- v3.*
|
||||||
|
|
||||||
@ -36,8 +34,9 @@ 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"
|
||||||
|
git checkout gh-pages
|
||||||
|
git merge 3.0
|
||||||
git push
|
git push
|
||||||
|
Loading…
Reference in New Issue
Block a user