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 0144bbcda3 feat: force build all versions due to editurl changed
0144bbcda3 is described below

commit 0144bbcda371286c756518fcba66ba9ec84d4473
Author: Li Li <[email protected]>
AuthorDate: Mon Apr 25 11:26:33 2022 +0800

    feat: force build all versions due to editurl changed
    
    Signed-off-by: Li Li <[email protected]>
---
 site2/website-next/scripts/split-version-build.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/site2/website-next/scripts/split-version-build.sh 
b/site2/website-next/scripts/split-version-build.sh
index d7296608ec..bdcc6c9d81 100755
--- a/site2/website-next/scripts/split-version-build.sh
+++ b/site2/website-next/scripts/split-version-build.sh
@@ -47,8 +47,11 @@ function _buildVersion() {
     echo "..." $buildVersion "build done..."
 }
 
+# force build all versions
+BUILD_ALL_VERSION="1"
+
 # sometimes need build specify versions
-SUPPLEMENT_VERSIONS="2.9.2,2.9.1"
+SUPPLEMENT_VERSIONS=""
 
 # Build only the versions that has changed
 # Build next version that has any changed

Reply via email to