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

[iotdb] 01/01: Update website deploy command

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

haonan pushed a commit to branch HTHou-patch-1
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 5de47994548f2adfa22b7688a9f265d21c517e45
Author: Haonan <hh...@outlook.com>
AuthorDate: Wed Mar 1 14:43:54 2023 +0800

    Update website deploy command
---
 .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