From d1a00a9a908e2e43f997b401fee107036b2e0b5f Mon Sep 17 00:00:00 2001 From: Elnu Date: Tue, 27 Dec 2022 22:45:41 -0800 Subject: [PATCH] Remove tidy from build script --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 93cb709..84560f3 100755 --- a/build.sh +++ b/build.sh @@ -1,3 +1,3 @@ #!/bin/bash hugo -find public -name '*.html' -type f -exec tidy --quiet yes --drop-empty-elements no --hide-comments yes -mq '{}' \; &> /dev/null +#find public -name '*.html' -type f -exec tidy --quiet yes --drop-empty-elements no --hide-comments yes -mq '{}' \; &> /dev/null