From e7b244705c0c124d82ff2d6504dc2e73d41559a4 Mon Sep 17 00:00:00 2001 From: raphael-istari Date: Mon, 3 Nov 2025 19:10:29 -0800 Subject: [PATCH] Update build.sh --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 3fd033f6..a9b4cab3 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -11,7 +11,7 @@ set -e # Configuration OUTPUT_DIR="public" TEMP_DIR=".hugo-versions-temp" -VERSION_BRANCHES=("main" "release/v24.1") # Add your version branches here +VERSION_BRANCHES=("release/v25.0" "release/v24.1") # Add your version branches here # The first branch in the list builds to root public/ ROOT_BRANCH=${VERSION_BRANCHES[0]} # Get current working branch