test: fail on purpose
Some checks failed
Blog Deployment / check-rebuild (push) Successful in 5s
Blog Deployment / build (push) Successful in 8s
Blog Deployment / deploy-staging (push) Successful in 9s
Blog Deployment / test-staging (push) Failing after 2s
Blog Deployment / deploy-production (push) Has been skipped
Blog Deployment / test-production (push) Has been skipped
Blog Deployment / clean (push) Has been skipped
Blog Deployment / merge (push) Has been skipped

This commit is contained in:
Vezpi 2025-06-04 21:26:02 +00:00
parent 6515c0b7d2
commit 8a926a119e

View File

@ -16,6 +16,8 @@ fi
echo "- Cloning $REPO_URL (branch: $BRANCH)..."
git clone --depth 1 --recurse-submodules --branch "$BRANCH" "$REPO_URL" "$CLONE_DIR"
exit 1
echo "- Building site with Hugo v$HUGO_VERSION in $HUGO_DEST..."
hugo --source "$CLONE_DIR" --destination "$HUGO_DEST" --baseURL "$URL" $DRAFTS --logLevel info --cleanDestinationDir --gc --panicOnWarning --printI18nWarnings