Skip to content

Commit

Permalink
install before make docs
Browse files Browse the repository at this point in the history
  • Loading branch information
knaaptime committed Sep 12, 2023
1 parent cb5bbc7 commit fd0ba6c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@
micromamba-version: 'latest'

- name: make docs
run: cd docs; make html
run: |
pip install -e . --no-deps --force-reinstall
cd docs; make html
- name: commit docs
run: |
Expand Down

0 comments on commit fd0ba6c

Please sign in to comment.