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

[pulsar-site] branch main updated: Do not remove charts on full build (#222)

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

penghui 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 53345c571ac Do not remove charts on full build (#222)
53345c571ac is described below

commit 53345c571acec2a90db8bcbc447f5315d6247001
Author: tison <wa...@gmail.com>
AuthorDate: Thu Sep 22 19:05:21 2022 +0800

    Do not remove charts on full build (#222)
---
 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 0579d2745d2..17f9b3de686 100755
--- a/site2/tools/publish-website.sh
+++ b/site2/tools/publish-website.sh
@@ -63,6 +63,7 @@ PULSAR_SITE_TMP=/tmp/pulsar-site
       | grep -v $PULSAR_SITE_TMP/content/ko \
       | grep -v $PULSAR_SITE_TMP/content/fr \
       | grep -v $PULSAR_SITE_TMP/content/api \
+      | grep -v $PULSAR_SITE_TMP/content/charts \
       | grep -v $PULSAR_SITE_TMP/content/css \
       | grep -v $PULSAR_SITE_TMP/content/tools \
       | grep -v $PULSAR_SITE_TMP/content/reference \