You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by li...@apache.org on 2022/09/26 03:40:15 UTC

[pulsar-site] branch main updated: Stop sync blogs as the truth is now on pulsar-site (#225)

This is an automated email from the ASF dual-hosted git repository.

liuyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 72517153ff6 Stop sync blogs as the truth is now on pulsar-site (#225)
72517153ff6 is described below

commit 72517153ff635ca2fb73d70bcbadab4e0f29c592
Author: tison <wa...@gmail.com>
AuthorDate: Mon Sep 26 11:40:11 2022 +0800

    Stop sync blogs as the truth is now on pulsar-site (#225)
---
 site2/website-next/scripts/sync-docs.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/site2/website-next/scripts/sync-docs.sh b/site2/website-next/scripts/sync-docs.sh
index 74286d51d8b..707eadda58d 100755
--- a/site2/website-next/scripts/sync-docs.sh
+++ b/site2/website-next/scripts/sync-docs.sh
@@ -8,7 +8,6 @@ if [ "" != $1"" ]; then # when preview in pulsar repo
 fi
 
 cp -r $SRC_DIR/docs/* $ROOT_DIR/site2/website-next/docs
-cp -r $SRC_DIR/website/blog/* $ROOT_DIR/site2/website-next/blog
 cp -r $ROOT_DIR/site2/website-next/docs/assets/* $ROOT_DIR/site2/website-next/static/assets
 rm -rf $ROOT_DIR/site2/website-next/docs/assets
 cp -r $SRC_DIR/website/versioned_docs/* $ROOT_DIR/site2/website-next/versioned_docs
@@ -31,4 +30,4 @@ fi
 
 node scripts/split-swagger-by-version.js
 
-echo "full sync done..."
\ No newline at end of file
+echo "full sync done..."