avoid "refusing to merge unrelated histories"
All checks were successful
ci/woodpecker/push/build_and_copy_blog Pipeline was successful
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:
parent
23bef972d6
commit
72653c9767
|
@ -16,7 +16,7 @@ steps:
|
||||||
image: hugomods/hugo
|
image: hugomods/hugo
|
||||||
commands:
|
commands:
|
||||||
- hugo version
|
- 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
|
- hugo --cleanDestinationDir -s sb --logLevel info
|
||||||
|
|
||||||
- name: copy_to_server
|
- name: copy_to_server
|
||||||
|
|
Loading…
Reference in a new issue