init submodules
All checks were successful
ci/woodpecker/push/build-html-copy-to-server Pipeline was successful

sicher stellen, dass alle Git-Submodule in sb/themes vor dem Build initialisiert werden,
This commit is contained in:
Jörg Lohrer 2024-10-30 04:39:01 +00:00
parent def94d9407
commit c2a3fb51f5

View file

@ -21,6 +21,7 @@ steps:
image: hugomods/hugo
commands:
- hugo version
- git -C sb submodule update --init --recursive
- hugo --cleanDestinationDir -s sb --logLevel info
- name: copy_to_server