avoid "refusing to merge unrelated histories"
All checks were successful
ci/woodpecker/push/build_and_copy_blog Pipeline was successful

wir brauchen keinen merge, wir wollen nur den aktuellen Stand
This commit is contained in:
Ludger Sicking 2024-11-04 14:56:19 +01:00
parent 23bef972d6
commit 72653c9767

View file

@ -16,7 +16,7 @@ steps:
image: hugomods/hugo
commands:
- hugo version
- git -C sb/themes/ submodule update --remote --merge --recursive
- git -C sb/themes/ submodule update --remote --recursive
- hugo --cleanDestinationDir -s sb --logLevel info
- name: copy_to_server