Remove tidy from build script

main
Elnu 1 year ago
parent 303c7170a0
commit d1a00a9a90

@ -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

Loading…
Cancel
Save