ohne --logFile
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
This commit is contained in:
parent
fb8194fa01
commit
32ea8cd666
|
@ -22,8 +22,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- hugo version
|
- hugo version
|
||||||
- git -C sb submodule update --init --recursive
|
- git -C sb submodule update --init --recursive
|
||||||
- hugo --cleanDestinationDir -s sb --logLevel debug --debug --logFile hugo_build.log
|
- hugo --cleanDestinationDir -s sb --logLevel debug --debug # ohne --logFile
|
||||||
- cat hugo_build.log # zeigt das vollständige Hugo-Log im CI-Protokoll
|
|
||||||
# Installiere das `tree`-Tool, um die Struktur von `sb/public` anzuzeigen
|
# Installiere das `tree`-Tool, um die Struktur von `sb/public` anzuzeigen
|
||||||
- apk add --no-cache tree
|
- apk add --no-cache tree
|
||||||
- tree sb/public # zeigt die Dateistruktur der Ausgabe an
|
- tree sb/public # zeigt die Dateistruktur der Ausgabe an
|
||||||
|
|
Loading…
Reference in a new issue