Skip to content

Commit e7b2447

Browse files
Update build.sh
1 parent 71ac4e6 commit e7b2447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set -e
1111
# Configuration
1212
OUTPUT_DIR="public"
1313
TEMP_DIR=".hugo-versions-temp"
14-
VERSION_BRANCHES=("main" "release/v24.1") # Add your version branches here
14+
VERSION_BRANCHES=("release/v25.0" "release/v24.1") # Add your version branches here
1515
# The first branch in the list builds to root public/
1616
ROOT_BRANCH=${VERSION_BRANCHES[0]}
1717
# Get current working branch

0 commit comments

Comments
 (0)