1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-25 01:38:08 +00:00

Merge branch '3.0' into gh-pages

This commit is contained in:
grossmj 2020-10-24 15:28:12 +10:30
commit 2e78520a7b

View File

@ -1,9 +1,10 @@
name: publish-api-documentation
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
push:
branches:
- 3.0
tags:
- v3.*
@ -14,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
@ -32,6 +36,7 @@ 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"