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/05 02:26:24 UTC

[pulsar-site] branch main updated: Keep folder content/reference undeleted (#200)

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 c1efbbd546d Keep folder content/reference undeleted (#200)
c1efbbd546d is described below

commit c1efbbd546d0ff3e71d76899f973798f04ccfed4
Author: Li Li <ur...@apache.org>
AuthorDate: Mon Sep 5 10:26:19 2022 +0800

    Keep folder content/reference undeleted (#200)
---
 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 77aaf2fd80b..40351daa978 100755
--- a/site2/tools/publish-website.sh
+++ b/site2/tools/publish-website.sh
@@ -60,6 +60,7 @@ PULSAR_SITE_TMP=/tmp/pulsar-site
       | grep -v $PULSAR_SITE_TMP/content/api \
       | 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/.htaccess \
       | grep -v $PULSAR_SITE_TMP/content/docs/v2.0.1-incubating \
       | grep -v $PULSAR_SITE_TMP/content/docs/v2.0.0-rc1-incubating \