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 7d26a9c259a [build]force build by empty commit: BUILD_ALL_VERSION=1 
BUILD_ALL_LANGUAGE=1
7d26a9c259a is described below

commit 7d26a9c259a06ffd61e5f5e26682272bcfb77fdf
Author: Li Li <[email protected]>
AuthorDate: Thu Sep 22 15:36:07 2022 +0800

    [build]force build by empty commit: BUILD_ALL_VERSION=1 BUILD_ALL_LANGUAGE=1
    
    Signed-off-by: Li Li <[email protected]>
---
 site2/website-next/scripts/split-version-build.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/site2/website-next/scripts/split-version-build.sh 
b/site2/website-next/scripts/split-version-build.sh
index b4181beb32c..07c095c2767 100755
--- a/site2/website-next/scripts/split-version-build.sh
+++ b/site2/website-next/scripts/split-version-build.sh
@@ -86,14 +86,15 @@ fi
 
 if [[ $CURRENT_HOUR -eq 18 ]] || [[ $BUILD_ALL_LANGUAGE"" == "1" ]] || [[ 
$FORCE_CROWDIN_ALL"" == "1" ]] || [[ $FORCE_CROWDIN_DOWN"" == "1" ]]; then
     echo "exec crowdin download"
-    yarn crowdin-download
+    # too much crowdin docs error, skip download, will auto copy en docs to 
build
+    # yarn crowdin-download
 else
     echo "skip crowdin download"
 fi
 
 cp scripts/code.json i18n/en/
 
-node scripts/fix-i18n.js
+# node scripts/fix-i18n.js
 
 # Build only the versions that has changed
 # Build next version that has any changed

Reply via email to