This is an automated email from the ASF dual-hosted git repository.

martijnvisser pushed a commit to branch release-1.18
in repository https://gitbox.apache.org/repos/asf/flink.git

commit fb504734777fbb87950123c0e2227ff82620dbe6
Author: Martijn Visser <2989614+martijnvis...@users.noreply.github.com>
AuthorDate: Fri Aug 30 21:46:47 2024 +0200

    [hotfix] Add missing backslash to skip webui build during Javadoc generation
    
    (cherry picked from commit 2028b562572e9f697f71f25e0bdc353cc3a7c602)
---
 .github/workflows/docs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/docs.sh b/.github/workflows/docs.sh
index 60723e49c76..8acf70126f9 100755
--- a/.github/workflows/docs.sh
+++ b/.github/workflows/docs.sh
@@ -53,7 +53,7 @@ mvn clean install -B -DskipTests -Dfast -Pskip-webui-build
 # build java/scala docs
 mkdir -p docs/target/api
 mvn javadoc:aggregate -B \
-    -Pskip-webui-build
+    -Pskip-webui-build \
     -Dmaven.javadoc.failOnError=true \
     -Dcheckstyle.skip=true \
     -Dspotless.check.skip=true \

Reply via email to