Skip to content

Commit

Permalink
adjust doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
btschwertfeger committed Jan 20, 2024
1 parent 7f95a31 commit 8a65135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_build_doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r docs/requirements.txt
python -m pip install -r doc/requirements.txt
- name: Build the documentation
run: cd docs && make html
run: cd doc && make html

0 comments on commit 8a65135

Please sign in to comment.