mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-13 20:08:55 +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: |
|
||||
python -m pip install --upgrade pip
|
||||
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
|
||||
run: |
|
||||
python3 ./scripts/publish_api_documentation.py
|
||||
|
Loading…
Reference in New Issue
Block a user