File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
1717 curl -L https://github.com/wilsonzlin/minify-html/releases/download/v0.15.0/minhtml-0.15.0-x86_64-unknown-linux-gnu --output minhtml
1818 chmod +x ./jelly
1919 chmod +x ./minhtml
20- ./jelly -i src -o build
21- ./minhtml --keep-closing-tags --minify-css --minify-js \
22- --keep-spaces-between-attributes \
23- --keep-input-type-text-attr \
24- --keep-html-and-head-opening-tags \
25- $(find build/ -type f -name "*.html")
20+ ./jelly -i src -o build
21+ ./minhtml --keep-closing-tags --minify-css --minify-js \
22+ --keep-spaces-between-attributes \
23+ --keep-input-type-text-attr \
24+ --keep-html-and-head-opening-tags \
25+ $(find build/ -type f -name "*.html")
2626
2727 - name : Deploy
2828 uses : peaceiris/actions-gh-pages@v4
You can’t perform that action at this time.
0 commit comments