We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bebfa43 + 10880b7 commit 044568aCopy full SHA for 044568a
scripts/build.sh
@@ -11,7 +11,7 @@ set -e
11
# Configuration
12
OUTPUT_DIR="public"
13
TEMP_DIR=".hugo-versions-temp"
14
-VERSION_BRANCHES=("main" "release/v25.0" "release/v24.1") # Add your version branches here
+VERSION_BRANCHES=("release/v25.0" "release/v24.1") # Add your version branches here
15
# The first branch in the list builds to root public/
16
ROOT_BRANCH=${VERSION_BRANCHES[0]}
17
# Get current working branch
0 commit comments