[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
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
pip install .
|
||||||
pip install pdoc3
|
pip install pdoc3
|
||||||
- name: Build documentation with pdoc3
|
- name: Build documentation with pdoc3
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue