mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
Fix publish_api_documentation.yml
This commit is contained in:
parent
163a867f00
commit
a6a35e7c43
@ -3,8 +3,6 @@ name: publish-api-documentation
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- 3.0
|
||||
tags:
|
||||
- v3.*
|
||||
|
||||
@ -36,8 +34,9 @@ jobs:
|
||||
run: |
|
||||
git config user.name github-actions
|
||||
git config user.email github-actions@github.com
|
||||
git checkout gh-pages
|
||||
git add docs
|
||||
git status
|
||||
git commit -m "Publish API documentation"
|
||||
git checkout gh-pages
|
||||
git merge 3.0
|
||||
git push
|
||||
|
Loading…
Reference in New Issue
Block a user