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 37f197b6e6d fix: default VERSION error in build-site.sh (#270)
37f197b6e6d is described below
commit 37f197b6e6d5e21203376f4e229bedd2da23ccf0
Author: Mercurio <[email protected]>
AuthorDate: Mon Oct 31 15:20:41 2022 +0800
fix: default VERSION error in build-site.sh (#270)
---
site2/tools/build-site.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site2/tools/build-site.sh b/site2/tools/build-site.sh
index 3ad6203b506..a12d0f9e753 100755
--- a/site2/tools/build-site.sh
+++ b/site2/tools/build-site.sh
@@ -27,7 +27,7 @@ ROOT_DIR=$(git rev-parse --show-toplevel)
WEBSITE_DIR=${ROOT_DIR}/site2/website-next
TOOLS_DIR=${ROOT_DIR}/site2/tools
GEN_SITE_DIR=${ROOT_DIR}/generated-site
-VERSION=latest
+VERSION=next
export NODE_OPTIONS="--max-old-space-size=16000"
"$TOOLS_DIR"/generate-api-docs.sh