Add final newline to mdbook woodpecker (#138)

Fixes the CI failures.

Reviewed-on: https://codeberg.org/Codeberg-CI/examples/pulls/138
Co-authored-by: Gusted <postmaster@gusted.xyz>
Co-committed-by: Gusted <postmaster@gusted.xyz>
This commit is contained in:
Gusted 2025-09-09 09:30:12 +02:00 committed by Gusted
parent 6cbaaea3b8
commit 87d09c91da

View File

@ -49,4 +49,4 @@ steps:
- cp .domains $CI_REPO_NAME || true
- cd $CI_REPO_NAME
- git add .
- if ! git diff --cached --quiet; then git commit -m "Woodpecker CI ${CI_BUILD_CREATED}" && git push; fi
- if ! git diff --cached --quiet; then git commit -m "Woodpecker CI ${CI_BUILD_CREATED}" && git push; fi