[misc] Fix documentation github action
This commit is contained in:
parent
8a0203430e
commit
60bd8fc56a
1
.github/workflows/documentation.yml
vendored
1
.github/workflows/documentation.yml
vendored
|
@ -27,6 +27,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install .
|
||||
pip install pdoc3
|
||||
- name: Build documentation with pdoc3
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue