You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/09/22 23:29:43 UTC

[pulsar-site] branch main updated: ignore charts dir when full build clean (#224)

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


The following commit(s) were added to refs/heads/main by this push:
     new 31b9945a60f ignore charts dir when full build clean (#224)
31b9945a60f is described below

commit 31b9945a60ffbd8879686c04ae69ed85a6b19dc1
Author: Li Li <ur...@apache.org>
AuthorDate: Fri Sep 23 07:29:39 2022 +0800

    ignore charts dir when full build clean (#224)
---
 site2/tools/publish-website.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/site2/tools/publish-website.sh b/site2/tools/publish-website.sh
index 17f9b3de686..ec74006c20b 100755
--- a/site2/tools/publish-website.sh
+++ b/site2/tools/publish-website.sh
@@ -67,6 +67,7 @@ PULSAR_SITE_TMP=/tmp/pulsar-site
       | grep -v $PULSAR_SITE_TMP/content/css \
       | grep -v $PULSAR_SITE_TMP/content/tools \
       | grep -v $PULSAR_SITE_TMP/content/reference \
+      | grep -v $PULSAR_SITE_TMP/content/charts \
       | grep -v $PULSAR_SITE_TMP/content/.htaccess \
       | grep -v $PULSAR_SITE_TMP/content/docs/v2.0.1-incubating \
       | grep -v $PULSAR_SITE_TMP/content/docs/v2.0.0-rc1-incubating \