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 <[email protected]>
AuthorDate: Sat May 7 16:21:54 2022 +0800
fix: build all languages
Signed-off-by: Li Li <[email protected]>
---
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
}