Skip to content

Commit

Permalink
adjust doc building workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
btschwertfeger committed Jan 14, 2024
1 parent cb1ca27 commit 50be233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_build_doc.yml
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 50be233

Please sign in to comment.