add final newline to mdbook woodpecker

This commit is contained in:
Gusted 2025-09-09 09:28:46 +02:00
parent 6cbaaea3b8
commit 7294edc03b
No known key found for this signature in database
GPG Key ID: FD821B732837125F

View File

@ -49,4 +49,4 @@ steps:
- cp .domains $CI_REPO_NAME || true - cp .domains $CI_REPO_NAME || true
- cd $CI_REPO_NAME - cd $CI_REPO_NAME
- git add . - 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