Remove tidy from build script

This commit is contained in:
Elnu 2022-12-27 22:45:41 -08:00
parent 303c7170a0
commit d1a00a9a90

View file

@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
hugo 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