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/08/31 07:54:44 UTC

[pulsar-site] 01/01: fix build cli

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

urfree pushed a commit to branch fix-build-cli
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git

commit 2df1a0459cd403d62c303d7c874a2aef0b778244
Author: Li Li <ur...@apache.org>
AuthorDate: Wed Aug 31 15:54:30 2022 +0800

    fix build cli
    
    Signed-off-by: Li Li <ur...@apache.org>
---
 site2/tools/build-site.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/site2/tools/build-site.sh b/site2/tools/build-site.sh
index fe4bbb7170f..f92b8252dd1 100755
--- a/site2/tools/build-site.sh
+++ b/site2/tools/build-site.sh
@@ -94,6 +94,8 @@ $TOOLS_DIR/pulsar-perf-doc-gen.sh $WEBSITE_DIR
 $TOOLS_DIR/pulsar-doc-gen.sh $WEBSITE_DIR
 $TOOLS_DIR/pulsar-config-doc-gen.sh $WEBSITE_DIR
 cd $WEBSITE_DIR
+
+mkdir -p $GEN_SITE_DIR/reference
 cp -r docsify/* $GEN_SITE_DIR/reference
 
 CONTENT_DIR=$GEN_SITE_DIR/content