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:25:54 UTC

[pulsar-site] branch keep-reference-dir created (now 61fd2058a62)

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

urfree pushed a change to branch keep-reference-dir
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


      at 61fd2058a62 Keep folder content/reference undeleted

This branch includes the following new commits:

     new 61fd2058a62 Keep folder content/reference undeleted

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[pulsar-site] 01/01: Keep folder content/reference undeleted

Posted by ur...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

urfree pushed a commit to branch keep-reference-dir
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git

commit 61fd2058a6299dc5dd0080e089d2eb9d245757d0
Author: Li Li <ur...@apache.org>
AuthorDate: Mon Sep 5 10:25:44 2022 +0800

    Keep folder content/reference undeleted
    
    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 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 \