From 17de708c9f0c95e35f4cf362665d6254051220fa Mon Sep 17 00:00:00 2001 From: Xin Date: Thu, 27 Mar 2025 22:23:38 +0000 Subject: [PATCH] chore(build): build main docs site from v0.9.6 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index a254987..e47aefd 100755 --- a/build.sh +++ b/build.sh @@ -8,7 +8,7 @@ echo "Using base URL: $BASE_URL" # Version configuration - modify these arrays to specify versions to build # Format: "ref:display_name" (ref can be tag, branch, or commit hash, display name is what will appear in URL) -MAIN_VERSION="main:latest" +MAIN_VERSION="v0.9.6:latest" VERSIONS=( "main:latest" # latest version always builds from main "v0.9.6:v0.9"