From 1b536e27a512a57cfe036269e6808f6c95c9bad2 Mon Sep 17 00:00:00 2001 From: Xin Date: Sat, 6 Sep 2025 14:03:29 +0100 Subject: [PATCH] chore(build): update MAIN_VERSION to v0.11.1 and change source directory to docs --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 36c5d7c..9d73159 100755 --- a/build.sh +++ b/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.11.0:latest:exampleSite" +MAIN_VERSION="v0.11.1:latest:docs" VERSIONS=( "main:latest:docs" # latest version always builds from main "v0.10.2:v0.10:exampleSite"