mirror of
https://codeberg.org/Codeberg-CI/examples.git
synced 2025-09-17 15:55:40 -04:00
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:
parent
6cbaaea3b8
commit
87d09c91da
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user