fix: change verbose to logLevel
All checks were successful
Deploy / Deploy (push) Successful in 3s

This commit is contained in:
Vezpi 2025-06-02 12:58:32 +00:00
parent c05ccae7ff
commit 4d1a265b9d

View File

@ -10,7 +10,7 @@ echo "Cloning $REPO_URL (branch: $BRANCH)..."
git clone --depth 1 --recurse-submodules --branch "$BRANCH" "$REPO_URL" "$CLONE_DIR" git clone --depth 1 --recurse-submodules --branch "$BRANCH" "$REPO_URL" "$CLONE_DIR"
echo "Building site with Hugo $HUGO_VERSION..." echo "Building site with Hugo $HUGO_VERSION..."
hugo --source "$CLONE_DIR" --destination "$HUGO_DEST" --cleanDestinationDir --gc --verbose --panicOnWarning --printI18nWarnings --templateMetrics --templateMetricsHints hugo --source "$CLONE_DIR" --destination "$HUGO_DEST" --logLevel info --cleanDestinationDir --gc --panicOnWarning --printI18nWarnings --templateMetrics --templateMetricsHints
echo "Starting Nginx..." echo "Starting Nginx..."