We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef74d1f commit 8e659faCopy full SHA for 8e659fa
.github/workflows/ci.yml
@@ -17,12 +17,12 @@ jobs:
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
chmod +x ./jelly
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")
+ ./jelly -i src -o build
+ ./minhtml --keep-closing-tags --minify-css --minify-js \
+ --keep-spaces-between-attributes \
+ --keep-input-type-text-attr \
+ --keep-html-and-head-opening-tags \
+ $(find build/ -type f -name "*.html")
26
27
- name: Deploy
28
uses: peaceiris/actions-gh-pages@v4
0 commit comments