You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xi...@apache.org on 2023/03/01 06:45:22 UTC

[iotdb] branch master updated: Update website deploy command (#9181)

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

xingtanzjr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 47cb83d2ec Update website deploy command (#9181)
47cb83d2ec is described below

commit 47cb83d2ec40e6ed857c36b2da30efef804d87dc
Author: Haonan <hh...@outlook.com>
AuthorDate: Wed Mar 1 14:45:16 2023 +0800

    Update website deploy command (#9181)
---
 .github/workflows/site-build.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/site-build.yml b/.github/workflows/site-build.yml
index db288c3172..b55632c913 100644
--- a/.github/workflows/site-build.yml
+++ b/.github/workflows/site-build.yml
@@ -39,7 +39,7 @@ jobs:
       - name: Check Apache Header
         run: mvn apache-rat:check
       - name: Test compile website
-        run: mvn -P site -P compile-site -P compile-site-1.0 -P compile-site-0.13 compile -pl site
+        run: mvn -P site -P compile-site -P compile-site-1.1 -P compile-site-1.0 -P compile-site-0.13 compile -pl site
 
   deploy:
     runs-on: ubuntu-latest
@@ -60,4 +60,4 @@ jobs:
           git config --global url."https://asf-ci-deploy:$IOTDB_WEBSITE_BUILD@github.com/apache/".insteadOf "https://gitbox.apache.org/repos/asf/"
           git config --global user.name github-actions
           git config --global user.email github-actions@github.com
-          mvn -P site -P compile-site -P compile-site-1.0 -P compile-site-0.13 compile scm-publish:publish-scm -pl site
+          mvn -P site -P compile-site -P compile-site-1.1 -P compile-site-1.0 -P compile-site-0.13 compile scm-publish:publish-scm -pl site