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 <[email protected]> AuthorDate: Tue Feb 15 16:32:34 2022 +0800 feat: update Signed-off-by: LiLi <[email protected]> --- .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://[email protected]/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
