init submodules
All checks were successful
ci/woodpecker/push/build-html-copy-to-server Pipeline was successful
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:
parent
def94d9407
commit
c2a3fb51f5
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue