Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam committed Sep 15, 2024
1 parent a80bbc7 commit 1723fc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
cache-dependency-path: docs-requirements.txt
- name: Install dependencies
run: pip install --require-hashes -r docs-requirements.txt
- name: Install package
run: pip install .
- name: Build docs
run: sphinx-build -W -b html docs docs/_build

Expand Down

0 comments on commit 1723fc2

Please sign in to comment.