Skip to content

Commit 044568a

Browse files
Merge branch 'release/v25.0' into main
2 parents bebfa43 + 10880b7 commit 044568a

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/v25.0" "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)