mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-03 03:26:41 +00:00
Install the GNS3 server in publish_api_documentation.yml
This commit is contained in:
parent
10542aef91
commit
791d8ac366
@ -16,6 +16,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||||
|
- name: Install GNS3 server
|
||||||
|
run: |
|
||||||
|
python setup.py install
|
||||||
- name: Generate the API documentation
|
- name: Generate the API documentation
|
||||||
run: |
|
run: |
|
||||||
python3 ./scripts/publish_api_documentation.py
|
python3 ./scripts/publish_api_documentation.py
|
||||||
|
Loading…
Reference in New Issue
Block a user