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

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


The following commit(s) were added to refs/heads/docs-sync by this push:
     new f78f753  update
f78f753 is described below

commit f78f7532fb78ffee24bdd29ef0e6a642f5f6eb51
Author: LiLi <[email protected]>
AuthorDate: Tue Feb 15 16:10:28 2022 +0800

    update
    
    Signed-off-by: LiLi <[email protected]>
---
 .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://[email protected]/apache/pulsar-site.git"; .
+          git clone -b main 
"https://[email protected]/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

Reply via email to