We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e919e7 commit 1b536e2Copy full SHA for 1b536e2
build.sh
@@ -9,7 +9,7 @@ echo "Using base URL: $BASE_URL"
9
# Version configuration - modify these arrays to specify versions to build
10
# MAIN_VERSION format: "ref:display_name:source_dir"
11
# VERSIONS format: "ref:display_name:source_dir" where source_dir is either "docs" or "exampleSite"
12
-MAIN_VERSION="v0.11.0:latest:exampleSite"
+MAIN_VERSION="v0.11.1:latest:docs"
13
VERSIONS=(
14
"main:latest:docs" # latest version always builds from main
15
"v0.10.2:v0.10:exampleSite"
0 commit comments