From 77afe05a087ecb66b7514c503b575fcb6554cad1 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sun, 10 Dec 2023 01:15:28 +0100 Subject: [PATCH] Replace deprecated -v with --logLevel --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index e51cf7e..1c66af7 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -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 "$@"