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

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 0354ff328 feat: update docs sh
0354ff328 is described below

commit 0354ff328b7a6b7a2428607604fc630ff73614a3
Author: JingsongLi <[email protected]>
AuthorDate: Thu Jun 19 17:26:30 2025 +0800

    feat: update docs sh
---
 .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 82570933f..9d8034085 100644
--- a/.github/workflows/docs.sh
+++ b/.github/workflows/docs.sh
@@ -39,7 +39,7 @@ if [ $? -ne 0 ]; then
 fi
 
 # build Paimon; required for Javadoc step
-mvn clean install -B -DskipTests
+mvn -T 2C -B clean install -DskipTests -Pflink1,spark3 -pl "!paimon-e2e-tests"
 
 # build java/scala docs
 mkdir -p docs/target/api

Reply via email to