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 f5ff9ff update
f5ff9ff is described below
commit f5ff9ff15ef7057f185b7e9356bb69a9988698f9
Author: LiLi <[email protected]>
AuthorDate: Fri Mar 4 15:03:45 2022 +0800
update
Signed-off-by: LiLi <[email protected]>
---
site2/tools/docker-build-site.sh | 2 +-
site2/website-next/docs/about.md | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/site2/tools/docker-build-site.sh b/site2/tools/docker-build-site.sh
index e07a283..bc03382 100755
--- a/site2/tools/docker-build-site.sh
+++ b/site2/tools/docker-build-site.sh
@@ -24,7 +24,7 @@
set -e
ROOT_DIR=$(git rev-parse --show-toplevel)
-cd $ROOT_DIR/pulsar-client-cpp
+# cd $ROOT_DIR/pulsar-client-cpp
BUILD_IMAGE_NAME="${BUILD_IMAGE_NAME:-apachepulsar/pulsar-build}"
BUILD_IMAGE_VERSION="${BUILD_IMAGE_VERSION:-ubuntu-16.04-pb3-website}"
diff --git a/site2/website-next/docs/about.md b/site2/website-next/docs/about.md
index 2b61df7..2e54f35 100644
--- a/site2/website-next/docs/about.md
+++ b/site2/website-next/docs/about.md
@@ -8,7 +8,6 @@ import BlockLinks from "@site/src/components/BlockLinks";
import BlockLink from "@site/src/components/BlockLink";
import { docUrl } from "@site/src/utils/index";
-
# Welcome to the doc portal!
***