We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7cabba + 633fbcf commit c37a868Copy full SHA for c37a868
main.sh
@@ -90,11 +90,12 @@ echo Temp directory \"$build_dir\" is created
90
91
echo ::group:: Running Sphinx builder
92
if ! sphinx-build -b html $INPUT_SPHINX_BUILD_OPTIONS "$doc_dir" "$build_dir"; then
93
- echo ::endgroup::
94
- echo ::group:: Dumping Sphinx error log
95
- for l in $(ls /tmp/sphinx-err*); do
96
- cat $l
97
- done
+ # See: https://github.com/sphinx-notes/pages/issues/28
+ # echo ::endgroup::
+ # echo ::group:: Dumping Sphinx error log
+ # for l in $(ls /tmp/sphinx-err*); do
+ # cat $l
98
+ # done
99
exit 1
100
fi
101
echo ::endgroup::
0 commit comments