mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-03 03:26:41 +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
|
python setup.py install
|
||||||
- name: Generate the API documentation
|
- name: Generate the API documentation
|
||||||
run: |
|
run: |
|
||||||
python3 ./scripts/publish_api_documentation.py
|
cd scripts
|
||||||
|
python3 publish_api_documentation.py
|
||||||
- name: Publish the API documentation
|
- name: Publish the API documentation
|
||||||
run: |
|
run: |
|
||||||
git config user.name github-actions
|
git config user.name github-actions
|
||||||
|
Loading…
Reference in New Issue
Block a user