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 2fc0882 update
2fc0882 is described below
commit 2fc088251bcb28176eba56d39ef88799dcdf2bcd
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