[CI] Don't hide docs generation log (#9204)

With reference to https://github.com/koreader/koreader/pull/9193#issuecomment-1153128485
This commit is contained in:
Frans de Jonge
2022-06-12 13:37:07 +02:00
committed by GitHub
parent 2213e6410f
commit 50b8b60400

View File

@@ -24,7 +24,7 @@ git clone git@github.com:koreader/doc.git koreader_doc
# push doc update
pushd doc && {
luajit "$(command -v ldoc)" . 2>/dev/null
luajit "$(command -v ldoc)" .
if [ ! -d html ]; then
echo "Failed to generate documents..."
exit 1