We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d624175 commit 58b659cCopy full SHA for 58b659c
.github/workflows/static.yml
@@ -36,11 +36,11 @@ jobs:
36
git checkout main
37
git merge source --no-ff
38
- name: Minify HTML
39
- run: npx html-minifier-terser \
40
- --collapse-whitespace \
41
- --remove-comments \
42
- --minify-css true \
43
- --minify-js true \
+ uses: docker://textadi/minifier-compressor-html-action:v2
+ env:
+ DIR: .
+ PARAM_MINIFY_CSS: True
+ PARAM_MINIFY_JS: True
44
- name: Commit and push to main
45
run: |
46
git add .
0 commit comments