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/05/07 08:22:06 UTC

[pulsar-site] branch main updated: fix: build all languages

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 73724c1b44 fix: build all languages
73724c1b44 is described below

commit 73724c1b4455c47353aa4b45e8313f106b4aed23
Author: Li Li <ur...@apache.org>
AuthorDate: Sat May 7 16:21:54 2022 +0800

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

diff --git a/site2/website-next/scripts/split-version-build.sh b/site2/website-next/scripts/split-version-build.sh
index 85b7925c59..a32bdc0bbf 100755
--- a/site2/website-next/scripts/split-version-build.sh
+++ b/site2/website-next/scripts/split-version-build.sh
@@ -14,9 +14,9 @@ function _build() {
     if [[ "$buildLanguage" == "en" ]]; then
         echo "only build en"
         yarn build --locale en
-    # else
-    #     echo "build all"
-    #     yarn build
+    else
+        echo "build all"
+        yarn build
     fi
 }