Skip to content

Commit

Permalink
fix target
Browse files Browse the repository at this point in the history
  • Loading branch information
HealthyPear authored Aug 31, 2021
1 parent 879a178 commit 3859faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
python -c 'import protopipe; print(protopipe.__version__)'
- name: Build docs
run: make doc SPHINXOPTS="-W --keep-going -n --color -j auto"
run: cd docs && make html SPHINXOPTS="-W --keep-going -n --color -j auto"

- name: Deploy to github pages
# only run on push to master
Expand Down

0 comments on commit 3859faa

Please sign in to comment.