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