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

Use Python 3.7 to publish API documentation

This commit is contained in:
grossmj 2022-03-28 11:27:53 +10:30
parent 611193b25a
commit a0fcb18395

View File

@ -18,7 +18,7 @@ jobs:
ref: "gh-pages" ref: "gh-pages"
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
with: with:
python-version: 3.6 python-version: 3.7
- name: Merge changes from 3.0 branch - name: Merge changes from 3.0 branch
run: | run: |
git config user.name github-actions git config user.name github-actions