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 7f3b783 update
7f3b783 is described below
commit 7f3b783387b9a2a2e88118cbb9be9e9616cca411
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/