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:
parent
80ca9100b9
commit
da2d4de89f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user