MartijnVisser commented on code in PR #19571:
URL: https://github.com/apache/flink/pull/19571#discussion_r862767191


##########
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:
   I haven't changed anything here? 



-- 
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]

Reply via email to