zentol commented on code in PR #19571:
URL: https://github.com/apache/flink/pull/19571#discussion_r862818185
##########
tools/ci/docs.sh:
##########
@@ -28,10 +28,11 @@ fi
tar -zxvf $HUGO_ARTIFACT
git submodule update --init --recursive
+# Setup the external documentation modules
+source docs/setup_docs.sh "pipeline"
./hugo --source docs
if [ $? -ne 0 ]; then
echo "Error building the docs"
exit 1
fi
-
Review Comment:
you removed a line.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]