chore(build): build main docs site from v0.9.6

This commit is contained in:
Xin 2025-03-27 22:23:38 +00:00
parent a338c363ed
commit 17de708c9f

View File

@ -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"