You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by zh...@apache.org on 2022/06/07 09:44:13 UTC

[dolphinscheduler-website] branch master updated: [ci] fix development img path (#796)

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

zhongjiajie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new be7398a94 [ci] fix development img path (#796)
be7398a94 is described below

commit be7398a944f78359283a43958b7a88ce9dbfd621
Author: Jiajie Zhong <zh...@gmail.com>
AuthorDate: Tue Jun 7 17:44:08 2022 +0800

    [ci] fix development img path (#796)
---
 scripts/prepare_docs.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scripts/prepare_docs.sh b/scripts/prepare_docs.sh
index 69f74d055..b96050553 100755
--- a/scripts/prepare_docs.sh
+++ b/scripts/prepare_docs.sh
@@ -148,8 +148,9 @@ function prepare_docs() {
     echo "  ---> Sync latest document in dev branch."
     rsync_latest_docs
 
-    echo "===>>>: Replace images path in ${PROJECT_SITE_DOC_DIR}"
+    echo "===>>>: Replace images path in ${PROJECT_SITE_DOC_DIR} and ${PROJECT_SITE_DEVELOP_DIR}"
     replace_images_path "${PROJECT_SITE_DOC_DIR}"
+    replace_images_path "${PROJECT_SITE_DEVELOP_DIR}"
 
     echo "===>>> End prepare document."
 }