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

caishunfeng 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 599a349d7 fix build error (#810)
599a349d7 is described below

commit 599a349d789c45946bc350521dda94150b67d196
Author: Jiajie Zhong <[email protected]>
AuthorDate: Fri Jul 8 21:20:47 2022 +0800

    fix build error (#810)
---
 scripts/conf.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/conf.sh b/scripts/conf.sh
index d595b6149..aafd29382 100644
--- a/scripts/conf.sh
+++ b/scripts/conf.sh
@@ -33,7 +33,7 @@ PROJECT_WEBSITE_DIR="${SWAP_DIR}/${PROJECT_WEBSITE_NAME}"
 # docs in apache/dolphinscheduler-webstie branch `history-docs`
 declare -a HISTORY_DOCS_VERSIONS=(
 "1.2.0" "1.2.1" "1.3.1" "1.3.2" "1.3.3" "1.3.4" "1.3.5" "1.3.6" "1.3.8" "1.3.9"
-"2.0.0" "2.0.1" "2.0.2" "2.0.3" "2.0.5"
+"2.0.0" "2.0.1" "2.0.2" "2.0.3" "2.0.5" "2.0.6"
 )
 
 # NOTE: We should avoid use syntax `declare -A 
DEV_RELEASE_DOCS_VERSIONS=(["3.0.0"]="3.0.0-alpha-release")` because

Reply via email to