Skip to content

Commit

Permalink
[FLINK-36189] Skip NPM build during Javadocs generation
Browse files Browse the repository at this point in the history
(cherry picked from commit e8ca6be)
  • Loading branch information
MartijnVisser committed Aug 30, 2024
1 parent 856d08b commit f8178b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit f8178b9

Please sign in to comment.