Skip to content

Commit

Permalink
Revert "Only run one sphinx build command"
Browse files Browse the repository at this point in the history
This reverts commit 0451aea.
  • Loading branch information
rgieseke committed Feb 27, 2024
1 parent 0451aea commit 1240a93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
run: |
pip install sphinx>=1.8 sphinx_rtd_theme
sphinx-build -M html docs docs/build -qW
sphinx-build -M html docs docs/build -Eqn -b coverage
if [[ -s docs/build/html/index.html ]]
then
echo
Expand Down

0 comments on commit 1240a93

Please sign in to comment.