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/07/08 13:03:23 UTC

[dolphinscheduler-website] 01/01: fix build error

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

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

commit 03fcc5d4fa5a653032f3119cdac705f37bb777e3
Author: Jiajie Zhong <zh...@gmail.com>
AuthorDate: Fri Jul 8 21:03:18 2022 +0800

    fix build error
---
 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