Skip to content

Commit 1b536e2

Browse files
committed
chore(build): update MAIN_VERSION to v0.11.1 and change source directory to docs
1 parent 0e919e7 commit 1b536e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ echo "Using base URL: $BASE_URL"
99
# Version configuration - modify these arrays to specify versions to build
1010
# MAIN_VERSION format: "ref:display_name:source_dir"
1111
# VERSIONS format: "ref:display_name:source_dir" where source_dir is either "docs" or "exampleSite"
12-
MAIN_VERSION="v0.11.0:latest:exampleSite"
12+
MAIN_VERSION="v0.11.1:latest:docs"
1313
VERSIONS=(
1414
"main:latest:docs" # latest version always builds from main
1515
"v0.10.2:v0.10:exampleSite"

0 commit comments

Comments
 (0)