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 bd845de commit a80bbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
cache: pip
cache-dependency-path: docs-requirements.txt
- name: Install dependencies
run: pip install -r docs-requirements.txt
run: pip install --require-hashes -r docs-requirements.txt
- name: Build docs
run: sphinx-build -W -b html docs docs/_build

Expand Down

0 comments on commit a80bbc7

Please sign in to comment.