Skip to content

Commit

Permalink
Adjust doc building check
Browse files Browse the repository at this point in the history
  • Loading branch information
rgieseke committed Feb 27, 2024
1 parent fb8a924 commit 4c17ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
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/python.txt ]]
if [[ -s docs/build/html/index.html ]]
then
echo
echo "Error: Documentation missing:"
Expand Down

0 comments on commit 4c17ccf

Please sign in to comment.