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

Fix call to publish_api_documentation.py

This commit is contained in:
grossmj 2020-10-23 19:17:31 +10:30
parent 80ca9100b9
commit da2d4de89f

View File

@ -23,7 +23,8 @@ jobs:
python setup.py install
- name: Generate the API documentation
run: |
python3 ./scripts/publish_api_documentation.py
cd scripts
python3 publish_api_documentation.py
- name: Publish the API documentation
run: |
git config user.name github-actions