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:44 UTC

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

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