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.
1 parent 2013ae6 commit a82c349Copy full SHA for a82c349
main.sh
@@ -94,7 +94,7 @@ if ! sphinx-build -b html $INPUT_SPHINX_BUILD_OPTIONS "$doc_dir" "$build_dir"; t
94
for l in $(find /tmp -name 'sphinx-err*.log'); do
95
# Replace "\n" to "%0A" for supporting multiline text in the error message.
96
# https://github.com/actions/toolkit/issues/193#issuecomment-605394935
97
- traceback=$(tail -n100 $l | awk '{ printf "%s%%0A", $0 }')
+ traceback=$(tail -n500 $l | awk '{ printf "%s%%0A", $0 }')
98
echo "::error title=Sphinx traceback::$traceback"
99
done
100
echo ::endgroup::
0 commit comments