Fix pipeline
This commit is contained in:
parent
237cf81fe6
commit
eff7910b51
3
.github/workflows/docs.yml
vendored
3
.github/workflows/docs.yml
vendored
|
@ -35,7 +35,8 @@ jobs:
|
|||
- id: install-deps-and-build
|
||||
name: Install dependencies and test
|
||||
run: |
|
||||
pip install -r requirements.txt
|
||||
pip install -e .
|
||||
pip install -e .[doc]
|
||||
mkdocs build --site-dir build
|
||||
|
||||
- name: Setup Pages
|
||||
|
|
Loading…
Reference in a new issue