Skip to content

Commit

Permalink
fixing docs builds in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Zulko committed Nov 23, 2024
1 parent 0c64f24 commit 544cb83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
run: |
git stash
git checkout v1.0.3
pip install -e .
pip install -e .[doc]
cd docs
make html
mkdir -p ../build/html/v1.0.3
Expand Down

0 comments on commit 544cb83

Please sign in to comment.