Skip to content

Commit

Permalink
Only run one sphinx build command
Browse files Browse the repository at this point in the history
  • Loading branch information
rgieseke committed Feb 27, 2024
1 parent 4c17ccf commit 0451aea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ 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 0451aea

Please sign in to comment.