From 2fe946a604f5af3aee03e29550e0e8708b7d59d1 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Mon, 8 Jul 2024 07:36:01 -0400 Subject: [PATCH] Disable this here too --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 1b88f73..5e8374c 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #! /bin/bash -HUGOCMD="hugo --enableGitInfo" +HUGOCMD="hugo" # debug alias #HUGOCMD="hugo --enableGitInfo -v --debug --logLevel=debug --printI18nWarnings --printPathWarnings --printUnusedTemplates --templateMetrics --templateMetricsHints"