mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-09 21:49:41 +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 "$STATIC_SRC/webfonts"/* "$STATIC_BUILD/webfonts"
|
||||||
cp -r "$BASEDIR/node_modules/@fortawesome/fontawesome-free/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