From be20e4c908a1ccf493bb04f43e010eb0f5a9ea39 Mon Sep 17 00:00:00 2001 From: Elnu <9874955+ElnuDev@users.noreply.github.com> Date: Mon, 28 Feb 2022 14:22:30 -0800 Subject: [PATCH] Pull in build.sh --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 0ff96ec..8d8178b 100755 --- a/build.sh +++ b/build.sh @@ -1,2 +1,3 @@ #!/bin/bash +git pull; hugo && find public -path "*.html" -type f -exec tidy --quiet yes --drop-empty-elements no --hide-comments yes -o {} {} \;