chore(build): point MAIN_VERSION to commit 2e709bf
Reference the combined doc-fix commit instead of the v0.12.0 tag.
This commit is contained in:
2
build.sh
2
build.sh
@@ -9,7 +9,7 @@ echo "Using base URL: $BASE_URL"
|
||||
# Version configuration - modify these arrays to specify versions to build
|
||||
# MAIN_VERSION format: "ref:display_name:source_dir"
|
||||
# VERSIONS format: "ref:display_name:source_dir" where source_dir is either "docs" or "exampleSite"
|
||||
MAIN_VERSION="v0.12.0:latest:docs"
|
||||
MAIN_VERSION="2e709bf:latest:docs"
|
||||
VERSIONS=(
|
||||
"main:latest:docs" # latest version always builds from main
|
||||
"v0.11.3:v0.11:docs"
|
||||
|
||||
Reference in New Issue
Block a user