You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/06/29 07:13:01 UTC

[pulsar-site] branch main updated: update build scripts for rebuild all version

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

urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 7cffaacbb43 update build scripts for rebuild all version
7cffaacbb43 is described below

commit 7cffaacbb4381b765d89c2185ad7bce30ddf73f8
Author: Li Li <ur...@apache.org>
AuthorDate: Wed Jun 29 15:12:49 2022 +0800

    update build scripts for rebuild all version
    
    Signed-off-by: Li Li <ur...@apache.org>
---
 site2/website-next/scripts/split-version-build.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/site2/website-next/scripts/split-version-build.sh b/site2/website-next/scripts/split-version-build.sh
index 139953b6ff6..86db0671196 100755
--- a/site2/website-next/scripts/split-version-build.sh
+++ b/site2/website-next/scripts/split-version-build.sh
@@ -71,6 +71,9 @@ else
     BUILD_ALL_VERSION="0"
 fi
 
+BUILD_ALL_LANGUAGE="0"
+BUILD_ALL_VERSION="1"
+
 # Build only the versions that has changed
 # Build next version that has any changed
 while read version; do