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

This commit is contained in:
Jörg Lohrer 2024-10-30 04:55:19 +00:00
parent fb8194fa01
commit 32ea8cd666

View file

@ -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