mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-01-23 12:04:35 +00:00
Replace deprecated -v with --logLevel
This commit is contained in:
parent
fc46cd3bb9
commit
77afe05a08
|
@ -26,4 +26,4 @@ mkdir -p "$STATIC_BUILD/webfonts"
|
|||
cp -r "$STATIC_SRC/webfonts"/* "$STATIC_BUILD/webfonts"
|
||||
cp -r "$BASEDIR/node_modules/@fortawesome/fontawesome-free/webfonts"/* "$STATIC_BUILD/webfonts"
|
||||
|
||||
hugo -vDEF --gc $@
|
||||
hugo -DEF --logLevel info --gc "$@"
|
||||
|
|
Loading…
Reference in a new issue