Skip to content

Commit 8e659fa

Browse files
committed
Fix Indentation
1 parent ef74d1f commit 8e659fa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)