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

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

commit 4fc3c76e81036da3b8bb90abc32f828df0dbaaa7
Author: Martijn Visser <2989614+martijnvis...@users.noreply.github.com>
AuthorDate: Fri Aug 30 21:19:40 2024 +0200

    [FLINK-36189] Skip NPM build during Javadocs generation
    
    (cherry picked from commit e8ca6be6f9c24d8a1799bebdb77522fca2e28cbd)
---
 .github/workflows/docs.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/docs.sh b/.github/workflows/docs.sh
index e6248d713ae..60723e49c76 100755
--- a/.github/workflows/docs.sh
+++ b/.github/workflows/docs.sh
@@ -53,6 +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
     -Dmaven.javadoc.failOnError=true \
     -Dcheckstyle.skip=true \
     -Dspotless.check.skip=true \

Reply via email to