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