chore(build): update MAIN_VERSION to v0.11.3
This commit is contained in:
5
build.sh
5
build.sh
@@ -9,11 +9,10 @@ echo "Using base URL: $BASE_URL"
|
|||||||
# Version configuration - modify these arrays to specify versions to build
|
# Version configuration - modify these arrays to specify versions to build
|
||||||
# MAIN_VERSION format: "ref:display_name:source_dir"
|
# MAIN_VERSION format: "ref:display_name:source_dir"
|
||||||
# VERSIONS format: "ref:display_name:source_dir" where source_dir is either "docs" or "exampleSite"
|
# VERSIONS format: "ref:display_name:source_dir" where source_dir is either "docs" or "exampleSite"
|
||||||
MAIN_VERSION="v0.11.1:latest:docs"
|
MAIN_VERSION="v0.11.3:latest:docs"
|
||||||
VERSIONS=(
|
VERSIONS=(
|
||||||
"main:latest:docs" # latest version always builds from main
|
"main:latest:docs" # latest version always builds from main
|
||||||
"v0.10.2:v0.10:exampleSite"
|
"v0.10.3:v0.10:exampleSite"
|
||||||
"v0.9.6:v0.9:exampleSite"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# Parse main version
|
# Parse main version
|
||||||
|
|||||||
Reference in New Issue
Block a user