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/02/15 08:47:34 UTC

[pulsar-site] branch main updated (a91f8fe -> 328d2cb)

This is an automated email from the ASF dual-hosted git repository.

urfree pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git.


    from a91f8fe  Docs sync done from apache/pulsar(#b22f7065892)
     new 0b572bf  feat: workflow for docs-sync from apache/pulsar repo
     new 725a4e9  feat: update
     new 785fc06  update
     new 03c7d0a  update
     new 0f8a150  update
     new f075b0d  update
     new 30fc292  update
     new dd40edb  update
     new 326c3ad  update
     new d17af6d  feat: update
     new 0a83202  feat: update
     new 484d0a6  update
     new 328d2cb  update

The 13 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/ci-pulsar-website-build.yaml     |  4 --
 .github/workflows/ci-pulsar-website-docs-sync.yaml | 67 ++++++++++++++++++++++
 .../workflows/ci-pulsar-website-next-build.yaml    |  4 --
 site2/tools/sync-docs.sh                           |  2 -
 4 files changed, 67 insertions(+), 10 deletions(-)
 create mode 100644 .github/workflows/ci-pulsar-website-docs-sync.yaml
 delete mode 100755 site2/tools/sync-docs.sh

[pulsar-site] 10/13: feat: update

Posted by ur...@apache.org.
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 d17af6d2dd1e3f93cdb22dd8167a0329fde414a5
Author: LiLi <ur...@apache.org>
AuthorDate: Tue Feb 15 16:32:34 2022 +0800

    feat: update
    
    Signed-off-by: LiLi <ur...@apache.org>
---
 .github/workflows/ci-pulsar-website-docs-sync.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/ci-pulsar-website-docs-sync.yaml b/.github/workflows/ci-pulsar-website-docs-sync.yaml
index e68e7e0..04ea157 100644
--- a/.github/workflows/ci-pulsar-website-docs-sync.yaml
+++ b/.github/workflows/ci-pulsar-website-docs-sync.yaml
@@ -44,6 +44,7 @@ jobs:
           CROWDIN_DOCUSAURUS_API_KEY: ${{ secrets.PULSAR_CROWDIN_DOCUSAURUS_API_KEY }}
         run: |
           git clone -b main "https://$GH_TOKEN@github.com/apache/pulsar-site.git" pulsar-site
+          echo "pulsar-site clone done."
           git clone https://github.com/apache/pulsar.git pulsar
 
           cp -r pulsar/site2/website/versioned_docs/* pulsar-site/site2/website/versioned_docs

[pulsar-site] 04/13: update

Posted by ur...@apache.org.
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 03c7d0a28f649b9c0fe492339fca4ed7e0b9fe4a
Author: LiLi <ur...@apache.org>
AuthorDate: Tue Feb 15 16:05:44 2022 +0800

    update
    
    Signed-off-by: LiLi <ur...@apache.org>
---
 .github/workflows/ci-pulsar-website-docs-sync.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci-pulsar-website-docs-sync.yaml b/.github/workflows/ci-pulsar-website-docs-sync.yaml
index 8d493e4..b7ed4ce 100644
--- a/.github/workflows/ci-pulsar-website-docs-sync.yaml
+++ b/.github/workflows/ci-pulsar-website-docs-sync.yaml
@@ -43,7 +43,7 @@ jobs:
           GH_TOKEN: ${{ secrets.PULSARBOT_TOKEN }}
           CROWDIN_DOCUSAURUS_API_KEY: ${{ secrets.PULSAR_CROWDIN_DOCUSAURUS_API_KEY }}
         run: |
-          git clone "https://$GH_TOKEN@github.com/apache/pulsar-site.git" .
+          git clone -b main "https://$GH_TOKEN@github.com/apache/pulsar-site.git" .
           git status
           # git clone https://github.com/apache/pulsar.git
           # cp -r pulsar/site2/website/versioned_docs/* pulsar-site/site2/website/versioned_docs

[pulsar-site] 02/13: feat: update

Posted by ur...@apache.org.
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 725a4e9d18c13a09785f02a09be83f54a07de31c
Author: LiLi <ur...@apache.org>
AuthorDate: Tue Feb 15 15:54:29 2022 +0800

    feat: update
    
    Signed-off-by: LiLi <ur...@apache.org>
---
 .github/workflows/ci-pulsar-website-docs-sync.yaml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci-pulsar-website-docs-sync.yaml b/.github/workflows/ci-pulsar-website-docs-sync.yaml
index 3509252..637d2ef 100644
--- a/.github/workflows/ci-pulsar-website-docs-sync.yaml
+++ b/.github/workflows/ci-pulsar-website-docs-sync.yaml
@@ -44,9 +44,12 @@ jobs:
           GH_TOKEN: ${{ secrets.PULSARBOT_TOKEN }}
           CROWDIN_DOCUSAURUS_API_KEY: ${{ secrets.PULSAR_CROWDIN_DOCUSAURUS_API_KEY }}
         run: |
+          cd ../
+          git clone https://github.com/apache/pulsar.git
+          cp -r pulsar/site2/website/versioned_docs/* pulsar-site/site2/website/versioned_docs
+          cp -r pulsar/site2/website/versioned_sidebars/* pulsar-site/site2/website/versioned_sidebars
+          cd pulsar-site
           git status
-          # cd ../
-          # git clone https://github.com/apache/pulsar.git
           # rm -rf pulsar/.git
           # rm -rf pulsar/site2
           # mv pulsar/* pulsar-site/

[pulsar-site] 03/13: update

Posted by ur...@apache.org.
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 785fc0602e93652cf2b53ee7e5310d9b9e67e76f
Author: LiLi <ur...@apache.org>
AuthorDate: Tue Feb 15 16:01:01 2022 +0800

    update
    
    Signed-off-by: LiLi <ur...@apache.org>
---
 .github/workflows/ci-pulsar-website-docs-sync.yaml | 22 +++++++++++-----------
 site2/tools/sync-docs.sh                           |  2 --
 2 files changed, 11 insertions(+), 13 deletions(-)

diff --git a/.github/workflows/ci-pulsar-website-docs-sync.yaml b/.github/workflows/ci-pulsar-website-docs-sync.yaml
index 637d2ef..8d493e4 100644
--- a/.github/workflows/ci-pulsar-website-docs-sync.yaml
+++ b/.github/workflows/ci-pulsar-website-docs-sync.yaml
@@ -34,22 +34,22 @@ jobs:
     runs-on: ubuntu-latest
     timeout-minutes: 180
     steps:
-      - name: checkout
-        uses: actions/checkout@v2
-        with:
-          ref: main
-
-      - name: Clone Pulsar
+      # - name: checkout
+      #   uses: actions/checkout@v2
+      #   with:
+      #     ref: main
+      - name: Docs sync from repo apache/pulsar 
         env:
           GH_TOKEN: ${{ secrets.PULSARBOT_TOKEN }}
           CROWDIN_DOCUSAURUS_API_KEY: ${{ secrets.PULSAR_CROWDIN_DOCUSAURUS_API_KEY }}
         run: |
-          cd ../
-          git clone https://github.com/apache/pulsar.git
-          cp -r pulsar/site2/website/versioned_docs/* pulsar-site/site2/website/versioned_docs
-          cp -r pulsar/site2/website/versioned_sidebars/* pulsar-site/site2/website/versioned_sidebars
-          cd pulsar-site
+          git clone "https://$GH_TOKEN@github.com/apache/pulsar-site.git" .
           git status
+          # git clone https://github.com/apache/pulsar.git
+          # cp -r pulsar/site2/website/versioned_docs/* pulsar-site/site2/website/versioned_docs
+          # cp -r pulsar/site2/website/versioned_sidebars/* pulsar-site/site2/website/versioned_sidebars
+          # cd pulsar-site
+          # git status
           # rm -rf pulsar/.git
           # rm -rf pulsar/site2
           # mv pulsar/* pulsar-site/
diff --git a/site2/tools/sync-docs.sh b/site2/tools/sync-docs.sh
deleted file mode 100755
index b154721..0000000
--- a/site2/tools/sync-docs.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-cp -r ../pulsar/site2/website/versioned_docs/* ./site2/website/versioned_docs
-cp -r ../pulsar/site2/website/versioned_sidebars/* ./site2/website/versioned_sidebars
\ No newline at end of file

[pulsar-site] 11/13: feat: update

Posted by ur...@apache.org.
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 0a832027ee014f34852d72662822b6794db15ad7
Author: LiLi <ur...@apache.org>
AuthorDate: Tue Feb 15 16:37:39 2022 +0800

    feat: update
    
    Signed-off-by: LiLi <ur...@apache.org>
---
 .github/workflows/ci-pulsar-website-docs-sync.yaml | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/ci-pulsar-website-docs-sync.yaml b/.github/workflows/ci-pulsar-website-docs-sync.yaml
index 04ea157..88c441a 100644
--- a/.github/workflows/ci-pulsar-website-docs-sync.yaml
+++ b/.github/workflows/ci-pulsar-website-docs-sync.yaml
@@ -21,8 +21,8 @@ name: CI - Pulsar Website-Next build
 on:
   push:
     branches: [docs-sync]
-  # schedule:
-  #   - cron: '0 */6 * * *'
+  schedule:
+    - cron: '0 */6 * * *'
 
 env:
   MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3
@@ -34,10 +34,6 @@ jobs:
     runs-on: ubuntu-latest
     timeout-minutes: 180
     steps:
-      # - name: checkout
-      #   uses: actions/checkout@v2
-      #   with:
-      #     ref: main
       - name: Docs sync from repo apache/pulsar 
         env:
           GH_TOKEN: ${{ secrets.PULSARBOT_TOKEN }}
@@ -46,10 +42,13 @@ jobs:
           git clone -b main "https://$GH_TOKEN@github.com/apache/pulsar-site.git" pulsar-site
           echo "pulsar-site clone done."
           git clone https://github.com/apache/pulsar.git pulsar
+          echo "pulsar clone done."
 
           cp -r pulsar/site2/website/versioned_docs/* pulsar-site/site2/website/versioned_docs
           cp -r pulsar/site2/website/versioned_sidebars/* pulsar-site/site2/website/versioned_sidebars
 
+          echo "docs override done."
+
           cd pulsar 
           PULSAR_COMMIT_ID=$(git rev-parse --short HEAD)
 
@@ -63,7 +62,6 @@ jobs:
 
           git remote -v
 
-          echo "Docs sync done from apache/pulsar(#$PULSAR_COMMIT_ID)"
-          # git diff-index --quiet HEAD || (git commit -m "Docs sync done from apache/pulsar(#$PULSAR_COMMIT_ID)" && git push -q origin main)
+          git diff-index --quiet HEAD || (git commit -m "Docs sync done from apache/pulsar(#$PULSAR_COMMIT_ID)" && git push -q origin main)
 
-          # echo "Docs Sync Done."
+          echo "Docs sync done from apache/pulsar(#$PULSAR_COMMIT_ID)"

[pulsar-site] 01/13: feat: workflow for docs-sync from apache/pulsar repo

Posted by ur...@apache.org.
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 0b572bf3369914dcc653fe03b0d1fdb98e0f7219
Author: LiLi <ur...@apache.org>
AuthorDate: Tue Feb 15 15:51:00 2022 +0800

    feat: workflow for docs-sync from apache/pulsar repo
    
    Signed-off-by: LiLi <ur...@apache.org>
---
 .github/workflows/ci-pulsar-website-docs-sync.yaml | 52 ++++++++++++++++++++++
 1 file changed, 52 insertions(+)

diff --git a/.github/workflows/ci-pulsar-website-docs-sync.yaml b/.github/workflows/ci-pulsar-website-docs-sync.yaml
new file mode 100644
index 0000000..3509252
--- /dev/null
+++ b/.github/workflows/ci-pulsar-website-docs-sync.yaml
@@ -0,0 +1,52 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
+name: CI - Pulsar Website-Next build
+on:
+  push:
+    branches: [docs-sync]
+  # schedule:
+  #   - cron: '0 */6 * * *'
+
+env:
+  MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3
+
+jobs:
+  build-website:
+    if: ${{ github.repository == 'apache/pulsar-site' }}
+    name: Build and publish pulsar website-next
+    runs-on: ubuntu-latest
+    timeout-minutes: 180
+    steps:
+      - name: checkout
+        uses: actions/checkout@v2
+        with:
+          ref: main
+
+      - name: Clone Pulsar
+        env:
+          GH_TOKEN: ${{ secrets.PULSARBOT_TOKEN }}
+          CROWDIN_DOCUSAURUS_API_KEY: ${{ secrets.PULSAR_CROWDIN_DOCUSAURUS_API_KEY }}
+        run: |
+          git status
+          # cd ../
+          # git clone https://github.com/apache/pulsar.git
+          # rm -rf pulsar/.git
+          # rm -rf pulsar/site2
+          # mv pulsar/* pulsar-site/

[pulsar-site] 09/13: update

Posted by ur...@apache.org.
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 326c3ad8930fb1387cbc04b5a21624e552d734d0
Author: LiLi <ur...@apache.org>
AuthorDate: Tue Feb 15 16:25:53 2022 +0800

    update
    
    Signed-off-by: LiLi <ur...@apache.org>
---
 .github/workflows/ci-pulsar-website-docs-sync.yaml | 25 ++++++++++++++++------
 1 file changed, 18 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/ci-pulsar-website-docs-sync.yaml b/.github/workflows/ci-pulsar-website-docs-sync.yaml
index 119f3a5..e68e7e0 100644
--- a/.github/workflows/ci-pulsar-website-docs-sync.yaml
+++ b/.github/workflows/ci-pulsar-website-docs-sync.yaml
@@ -30,7 +30,7 @@ env:
 jobs:
   build-website:
     if: ${{ github.repository == 'apache/pulsar-site' }}
-    name: Build and publish pulsar website-next
+    name: Docs sync from repo apache/pulsar 
     runs-on: ubuntu-latest
     timeout-minutes: 180
     steps:
@@ -45,13 +45,24 @@ jobs:
         run: |
           git clone -b main "https://$GH_TOKEN@github.com/apache/pulsar-site.git" pulsar-site
           git clone https://github.com/apache/pulsar.git pulsar
+
           cp -r pulsar/site2/website/versioned_docs/* pulsar-site/site2/website/versioned_docs
           cp -r pulsar/site2/website/versioned_sidebars/* pulsar-site/site2/website/versioned_sidebars
-          cd pulsar-site
-          git status
-          REVISION=$(git rev-parse --short HEAD)
+
+          cd pulsar 
+          PULSAR_COMMIT_ID=$(git rev-parse --short HEAD)
+
+          cd ../pulsar-site
+
           git add -A .
           git status
-          git diff-index --quiet HEAD
-          # || (git commit -m "Updated site at revision $REVISION" && git push -q origin main)
-          echo "Docs Sync Done."
+
+          git config user.name "Pulsar Site Updater"
+          git config user.email "dev@pulsar.apache.org"
+
+          git remote -v
+
+          echo "Docs sync done from apache/pulsar(#$PULSAR_COMMIT_ID)"
+          # git diff-index --quiet HEAD || (git commit -m "Docs sync done from apache/pulsar(#$PULSAR_COMMIT_ID)" && git push -q origin main)
+
+          # echo "Docs Sync Done."

[pulsar-site] 12/13: update

Posted by ur...@apache.org.
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 484d0a6a6d679bbd866106ca857216edc6b5f7b2
Author: LiLi <ur...@apache.org>
AuthorDate: Tue Feb 15 16:39:26 2022 +0800

    update
    
    Signed-off-by: LiLi <ur...@apache.org>
---
 .github/workflows/ci-pulsar-website-build.yaml      | 4 ----
 .github/workflows/ci-pulsar-website-next-build.yaml | 4 ----
 2 files changed, 8 deletions(-)

diff --git a/.github/workflows/ci-pulsar-website-build.yaml b/.github/workflows/ci-pulsar-website-build.yaml
index 1783896..a65d28e 100644
--- a/.github/workflows/ci-pulsar-website-build.yaml
+++ b/.github/workflows/ci-pulsar-website-build.yaml
@@ -21,10 +21,6 @@ name: CI - Pulsar Website build
 on:
   push:
     branches: [main]
-  # pull_request:
-  #   branches: [main]
-  # schedule:
-  #   - cron: '0 */6 * * *'
 
 env:
   MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3
diff --git a/.github/workflows/ci-pulsar-website-next-build.yaml b/.github/workflows/ci-pulsar-website-next-build.yaml
index 6124025..c8f440d 100644
--- a/.github/workflows/ci-pulsar-website-next-build.yaml
+++ b/.github/workflows/ci-pulsar-website-next-build.yaml
@@ -21,10 +21,6 @@ name: CI - Pulsar Website-Next build
 on:
   push:
     branches: [main]
-  # pull_request:
-  #   branches: [main]
-  # schedule:
-  #   - cron: '0 */6 * * *'
 
 env:
   MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3

[pulsar-site] 05/13: update

Posted by ur...@apache.org.
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 0f8a15033c8b515c3c2aff0414c568c99d26e87a
Author: LiLi <ur...@apache.org>
AuthorDate: Tue Feb 15 16:07:14 2022 +0800

    update
    
    Signed-off-by: LiLi <ur...@apache.org>
---
 .github/workflows/ci-pulsar-website-docs-sync.yaml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/ci-pulsar-website-docs-sync.yaml b/.github/workflows/ci-pulsar-website-docs-sync.yaml
index b7ed4ce..bd49232 100644
--- a/.github/workflows/ci-pulsar-website-docs-sync.yaml
+++ b/.github/workflows/ci-pulsar-website-docs-sync.yaml
@@ -44,12 +44,12 @@ jobs:
           CROWDIN_DOCUSAURUS_API_KEY: ${{ secrets.PULSAR_CROWDIN_DOCUSAURUS_API_KEY }}
         run: |
           git clone -b main "https://$GH_TOKEN@github.com/apache/pulsar-site.git" .
+          ls -l
+          git clone https://github.com/apache/pulsar.git
+          ls -l
+          cp -r pulsar/site2/website/versioned_docs/* pulsar-site/site2/website/versioned_docs
+          cp -r pulsar/site2/website/versioned_sidebars/* pulsar-site/site2/website/versioned_sidebars
           git status
-          # git clone https://github.com/apache/pulsar.git
-          # cp -r pulsar/site2/website/versioned_docs/* pulsar-site/site2/website/versioned_docs
-          # cp -r pulsar/site2/website/versioned_sidebars/* pulsar-site/site2/website/versioned_sidebars
-          # cd pulsar-site
-          # git status
           # rm -rf pulsar/.git
           # rm -rf pulsar/site2
           # mv pulsar/* pulsar-site/

[pulsar-site] 08/13: update

Posted by ur...@apache.org.
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 dd40edb36a342fe38ee676ccf1fa2ebcf5816561
Author: LiLi <ur...@apache.org>
AuthorDate: Tue Feb 15 16:15:46 2022 +0800

    update
    
    Signed-off-by: LiLi <ur...@apache.org>
---
 .github/workflows/ci-pulsar-website-docs-sync.yaml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/ci-pulsar-website-docs-sync.yaml b/.github/workflows/ci-pulsar-website-docs-sync.yaml
index aefcc02..119f3a5 100644
--- a/.github/workflows/ci-pulsar-website-docs-sync.yaml
+++ b/.github/workflows/ci-pulsar-website-docs-sync.yaml
@@ -44,14 +44,14 @@ jobs:
           CROWDIN_DOCUSAURUS_API_KEY: ${{ secrets.PULSAR_CROWDIN_DOCUSAURUS_API_KEY }}
         run: |
           git clone -b main "https://$GH_TOKEN@github.com/apache/pulsar-site.git" pulsar-site
-          ls -l
-          # git clone https://github.com/apache/pulsar.git pulsar
-          # ls -l
-          # cp -r pulsar/site2/website/versioned_docs/* pulsar-site/site2/website/versioned_docs
-          # cp -r pulsar/site2/website/versioned_sidebars/* pulsar-site/site2/website/versioned_sidebars
+          git clone https://github.com/apache/pulsar.git pulsar
+          cp -r pulsar/site2/website/versioned_docs/* pulsar-site/site2/website/versioned_docs
+          cp -r pulsar/site2/website/versioned_sidebars/* pulsar-site/site2/website/versioned_sidebars
           cd pulsar-site
-          ls -l
           git status
-          # rm -rf pulsar/.git
-          # rm -rf pulsar/site2
-          # mv pulsar/* pulsar-site/
+          REVISION=$(git rev-parse --short HEAD)
+          git add -A .
+          git status
+          git diff-index --quiet HEAD
+          # || (git commit -m "Updated site at revision $REVISION" && git push -q origin main)
+          echo "Docs Sync Done."

[pulsar-site] 06/13: update

Posted by ur...@apache.org.
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 f075b0df49356d45f1bf151d7f9da44a6789060c
Author: LiLi <ur...@apache.org>
AuthorDate: Tue Feb 15 16:09:07 2022 +0800

    update
    
    Signed-off-by: LiLi <ur...@apache.org>
---
 .github/workflows/ci-pulsar-website-docs-sync.yaml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/ci-pulsar-website-docs-sync.yaml b/.github/workflows/ci-pulsar-website-docs-sync.yaml
index bd49232..874caaa 100644
--- a/.github/workflows/ci-pulsar-website-docs-sync.yaml
+++ b/.github/workflows/ci-pulsar-website-docs-sync.yaml
@@ -45,10 +45,11 @@ jobs:
         run: |
           git clone -b main "https://$GH_TOKEN@github.com/apache/pulsar-site.git" .
           ls -l
-          git clone https://github.com/apache/pulsar.git
-          ls -l
-          cp -r pulsar/site2/website/versioned_docs/* pulsar-site/site2/website/versioned_docs
-          cp -r pulsar/site2/website/versioned_sidebars/* pulsar-site/site2/website/versioned_sidebars
+          # git clone https://github.com/apache/pulsar.git
+          # ls -l
+          # cp -r pulsar/site2/website/versioned_docs/* pulsar-site/site2/website/versioned_docs
+          # cp -r pulsar/site2/website/versioned_sidebars/* pulsar-site/site2/website/versioned_sidebars
+          cd pulsar-site
           git status
           # rm -rf pulsar/.git
           # rm -rf pulsar/site2

[pulsar-site] 07/13: update

Posted by ur...@apache.org.
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 30fc292cec22d014327421de2278dc56d41aeea4
Author: LiLi <ur...@apache.org>
AuthorDate: Tue Feb 15 16:10:28 2022 +0800

    update
    
    Signed-off-by: LiLi <ur...@apache.org>
---
 .github/workflows/ci-pulsar-website-docs-sync.yaml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci-pulsar-website-docs-sync.yaml b/.github/workflows/ci-pulsar-website-docs-sync.yaml
index 874caaa..aefcc02 100644
--- a/.github/workflows/ci-pulsar-website-docs-sync.yaml
+++ b/.github/workflows/ci-pulsar-website-docs-sync.yaml
@@ -43,13 +43,14 @@ jobs:
           GH_TOKEN: ${{ secrets.PULSARBOT_TOKEN }}
           CROWDIN_DOCUSAURUS_API_KEY: ${{ secrets.PULSAR_CROWDIN_DOCUSAURUS_API_KEY }}
         run: |
-          git clone -b main "https://$GH_TOKEN@github.com/apache/pulsar-site.git" .
+          git clone -b main "https://$GH_TOKEN@github.com/apache/pulsar-site.git" pulsar-site
           ls -l
-          # git clone https://github.com/apache/pulsar.git
+          # git clone https://github.com/apache/pulsar.git pulsar
           # ls -l
           # cp -r pulsar/site2/website/versioned_docs/* pulsar-site/site2/website/versioned_docs
           # cp -r pulsar/site2/website/versioned_sidebars/* pulsar-site/site2/website/versioned_sidebars
           cd pulsar-site
+          ls -l
           git status
           # rm -rf pulsar/.git
           # rm -rf pulsar/site2

[pulsar-site] 13/13: update

Posted by ur...@apache.org.
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 328d2cb00a14d803a9440200bb1b231f444787ee
Author: LiLi <ur...@apache.org>
AuthorDate: Tue Feb 15 16:47:24 2022 +0800

    update
    
    Signed-off-by: LiLi <ur...@apache.org>
---
 .github/workflows/ci-pulsar-website-docs-sync.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci-pulsar-website-docs-sync.yaml b/.github/workflows/ci-pulsar-website-docs-sync.yaml
index 88c441a..a232163 100644
--- a/.github/workflows/ci-pulsar-website-docs-sync.yaml
+++ b/.github/workflows/ci-pulsar-website-docs-sync.yaml
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-name: CI - Pulsar Website-Next build
+name: CI - Pulsar Website Docs Sync from apache/pulsar
 on:
   push:
     branches: [docs-sync]