1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-01-12 17:10:55 +00:00

Merge branch 'master' into 3.0

This commit is contained in:
grossmj 2020-10-24 15:53:44 +10:30
commit 34f05e92d5

View File

@ -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