Skip to content

Commit 73840b8

Browse files
committed
fix shitass minification
1 parent 229f0b4 commit 73840b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Minify HTML files
8989
run: |
9090
find . -type f -name "*.html" -not -path "./node_modules/*" | while read file; do
91-
html-minifier --collapse-whitespace --remove-comments --remove-optional-tags --remove-redundant-attributes --remove-script-type-attributes --remove-tag-whitespace --use-short-doctype --minify-css true --minify-js true -o "$file.min" "$file"
91+
html-minifier --collapse-whitespace --remove-comments --remove-redundant-attributes --remove-script-type-attributes --remove-tag-whitespace --minify-css true --minify-js true -o "$file.min" "$file"
9292
mv "$file.min" "$file"
9393
done
9494

0 commit comments

Comments
 (0)