From f8ea316fbd2aa08f5b27f9a372b2d70bdfc37bd0 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Mon, 19 Dec 2022 15:24:46 -0800 Subject: [PATCH] Remove git pull from build script --- build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sh b/build.sh index 64e5947..93cb709 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,3 @@ #!/bin/bash -git pull hugo find public -name '*.html' -type f -exec tidy --quiet yes --drop-empty-elements no --hide-comments yes -mq '{}' \; &> /dev/null