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:
17
17
curl -L https://github.com/wilsonzlin/minify-html/releases/download/v0.15.0/minhtml-0.15.0-x86_64-unknown-linux-gnu --output minhtml
18
18
chmod +x ./jelly
19
19
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")
26
26
27
27
- name : Deploy
28
28
uses : peaceiris/actions-gh-pages@v4
You can’t perform that action at this time.
0 commit comments