1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 17:28:08 +00:00

Merge branch 'master' into 3.0

# Conflicts:
#	.github/workflows/publish_api_documentation.yml
This commit is contained in:
grossmj 2020-10-24 15:25:55 +10:30
commit ec61faa035

View File

@ -3,6 +3,8 @@ name: publish-api-documentation
on:
workflow_dispatch:
push:
branches:
- 3.0
tags:
- v3.*
@ -13,6 +15,9 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
ref: "3.0"
- uses: actions/setup-python@v2
with:
python-version: 3.6