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

commit 75273a9887691148a98bbb1677a5e806bb4c2027
Author: Li Li <[email protected]>
AuthorDate: Mon May 9 15:16:21 2022 +0800

    fix build script
    
    Signed-off-by: Li Li <[email protected]>
---
 site2/tools/build-site.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/site2/tools/build-site.sh b/site2/tools/build-site.sh
index af8990e645e..a658b8f0d3e 100755
--- a/site2/tools/build-site.sh
+++ b/site2/tools/build-site.sh
@@ -46,9 +46,8 @@ function crowdin() {
     fi
     if [[ "$CROWDIN_DOWNLOAD" == "1" || $CURRENT_HOUR -gt 12 ]]; then
       yarn crowdin-download
+      workaround_crowdin_problem_by_copying_files
     fi
-
-    workaround_crowdin_problem_by_copying_files
   else
     # set English as the only language to build in this case
     cat >languages.js <<'EOF'

Reply via email to