From 339a2cebbe7e6a323c9509ca14e4470d00883fa2 Mon Sep 17 00:00:00 2001 From: Xin Date: Mon, 9 Mar 2026 09:55:14 +0000 Subject: [PATCH] chore(build): bump MAIN_VERSION to v0.12.1 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 594b91f..a5796b6 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="2e709bf:latest:docs" +MAIN_VERSION="v0.12.1:latest:docs" VERSIONS=( "main:latest:docs" # latest version always builds from main "v0.11.3:v0.11:docs"