mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-02 19:16:42 +00:00
Merge branch 'master' into 3.0
This commit is contained in:
commit
34f05e92d5
@ -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