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