Skip to content

Commit

Permalink
fix sphinx build command
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobEliasWagner committed Nov 2, 2023
1 parent 4f8446b commit ed222f6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@ jobs:
- name: build website for detailed coverage
run: |
pip install sphinx
cd doc
make html
cd ..
sphinx-build -M html doc/source doc/build
- name: deploy website
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down

0 comments on commit ed222f6

Please sign in to comment.