From 49200c952f78015395e888081853609d57c76611 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Mon, 28 Feb 2022 20:01:32 -0800 Subject: [PATCH] Use explicit homebrew Hugo install path in build script --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 0ff96ec..bf1fe4d 100755 --- a/build.sh +++ b/build.sh @@ -1,2 +1,2 @@ #!/bin/bash -hugo && find public -path "*.html" -type f -exec tidy --quiet yes --drop-empty-elements no --hide-comments yes -o {} {} \; +/home/linuxbrew/.linuxbrew/bin/hugo && find public -path "*.html" -type f -exec tidy --quiet yes --drop-empty-elements no --hide-comments yes -o {} {} \;