fix: publish-api-documentation.yml

This commit is contained in:
grossmj 2026-08-31 12:28:03 +02:00
parent ed20118f86
commit 861b7e86ff
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7

View File

@ -19,11 +19,11 @@ jobs:
- uses: actions/setup-python@v6
with:
python-version: 3.12
- name: Merge changes from 3.0 branch
- name: Merge changes from 3.1 branch
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git merge origin/3.0 -X theirs
git merge origin/3.1 -X theirs
- name: Install GNS3 server and dependencies
run: |
python -m pip install --upgrade pip