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

Use Python 3.8 to publish API doc

This commit is contained in:
grossmj 2023-10-27 14:42:22 +10:00
parent 2c5a9ef9b7
commit 86c0b90951

View File

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