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


##########
.github/workflows/docs.sh:
##########
@@ -31,6 +31,14 @@ if ! curl --fail -OL $HUGO_REPO ; then
 fi
 tar -zxvf $HUGO_ARTIFACT
 git submodule update --init --recursive
+# retrieve latest documentation from external connector repositories
+currentBranch=$(git branch --show-current)
+if [[ "$currentBranch" = "master" ]]; then
+  # The Elasticsearch documentation is currently only available on the main 
branch

Review Comment:
   ```suggestion
   ```



##########
.github/workflows/docs.sh:
##########
@@ -31,6 +31,14 @@ if ! curl --fail -OL $HUGO_REPO ; then
 fi
 tar -zxvf $HUGO_ARTIFACT
 git submodule update --init --recursive
+# retrieve latest documentation from external connector repositories
+currentBranch=$(git branch --show-current)
+if [[ "$currentBranch" = "master" ]]; then
+  # The Elasticsearch documentation is currently only available on the main 
branch
+  ./setup_docs.sh
+

Review Comment:
   ```suggestion
   ```



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