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:27:56 UTC

[pulsar-site] 01/01: ignore charts dir when full build clean

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

urfree pushed a commit to branch ignore-charts-content
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git

commit b5be71f745433ce60141170a6cc41bade4ff0de8
Author: Li Li <ur...@apache.org>
AuthorDate: Fri Sep 23 07:27:43 2022 +0800

    ignore charts dir when full build clean
    
    Signed-off-by: Li Li <ur...@apache.org>
---
 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 \