This is an automated email from the ASF dual-hosted git repository.
martijnvisser pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new e8ca6be6f9c [FLINK-36189] Skip NPM build during Javadocs generation
e8ca6be6f9c is described below
commit e8ca6be6f9c24d8a1799bebdb77522fca2e28cbd
Author: Martijn Visser <[email protected]>
AuthorDate: Fri Aug 30 21:19:40 2024 +0200
[FLINK-36189] Skip NPM build during Javadocs generation
---
.github/workflows/docs.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/docs.sh b/.github/workflows/docs.sh
index 5a3d933bc3f..dbed6f93a88 100755
--- a/.github/workflows/docs.sh
+++ b/.github/workflows/docs.sh
@@ -52,6 +52,7 @@ mvn clean install -B -DskipTests -Dfast -Dskip.npm
-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 \