You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ki...@apache.org on 2022/02/14 07:47:37 UTC

[incubator-seatunnel-website] branch main updated: Fix (#50)

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

kirs pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 88b29cb  Fix (#50)
88b29cb is described below

commit 88b29cbfb50ce3e5bc5690d1f9628a78c048a4f8
Author: wuchunfu <31...@qq.com>
AuthorDate: Mon Feb 14 15:47:17 2022 +0800

    Fix (#50)
---
 tools/build-docs.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tools/build-docs.sh b/tools/build-docs.sh
index 60bf502..f12bc4e 100644
--- a/tools/build-docs.sh
+++ b/tools/build-docs.sh
@@ -6,7 +6,7 @@ MAIN_REPO="https://github.com/apache/incubator-seatunnel.git"
 WEBSITE_NAME="seatunnel-website"
 MAIN_NAME="seatunnel"
 
-WORK_PATH="./seatunnel"
+WORK_PATH="/tmp/seatunnel"
 
 if [ ! -d ${WORK_PATH} ]; then
   mkdir -p ${WORK_PATH}
@@ -30,3 +30,5 @@ git clone --depth 1 ${MAIN_REPO} ${WORK_PATH}/${MAIN_NAME}
 
 echo "===>>>: Replace elements inside MD files"
 cp -rf ${WORK_PATH}/${MAIN_NAME}/docs/en/ ${WORK_PATH}/${WEBSITE_NAME}/docs
+
+echo "===>>>: Replace Done"