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 33046a1  update
33046a1 is described below

commit 33046a17d2fb492e33e1d58218dc242df43de7bc
Author: LiLi <[email protected]>
AuthorDate: Fri Jan 28 09:12:27 2022 +0800

    update
    
    Signed-off-by: LiLi <[email protected]>
---
 .github/workflows/ci-pulsar-website-build.yaml | 6 +++---
 site2/tools/build-site.sh                      | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/ci-pulsar-website-build.yaml 
b/.github/workflows/ci-pulsar-website-build.yaml
index 371f783..1783896 100644
--- a/.github/workflows/ci-pulsar-website-build.yaml
+++ b/.github/workflows/ci-pulsar-website-build.yaml
@@ -18,9 +18,9 @@
 #
 
 name: CI - Pulsar Website build
-# on:
-#   push:
-#     branches: [main]
+on:
+  push:
+    branches: [main]
   # pull_request:
   #   branches: [main]
   # schedule:
diff --git a/site2/tools/build-site.sh b/site2/tools/build-site.sh
index 827af33..b00e9a6 100755
--- a/site2/tools/build-site.sh
+++ b/site2/tools/build-site.sh
@@ -104,7 +104,7 @@ if [ -n "$NEXT" ]; then
   # The split-version-build script is used to build in different versions, and 
finally the build results are merged.
   bash scripts/split-version-build.sh $2
 else
-  # crowdin
+  crowdin
   yarn build
   node ./scripts/replace.js
   node ./scripts/split-swagger-by-version.js

Reply via email to