You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2.0.1 bugfixed! this is a dev commit: 2 files changed, 4 insertions(+), 4 deletions(-);this is a dev commit: 2 files changed, 4 insertions(+), 4 deletions(-) (#1)
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
-
Minify all your HTML files using [minify-html](https://github.com/kangax/html-minifier) tool with prechosen params (aiming for maximum compression). This is a post-build tool for a website building project.
1
+
Minify all your HTML files using [minify-html](https://github.com/kangax/html-minifier) tool with prechosen params (aiming for maximum compression). This is a pre-build/post-build tool for a website building project.
2
2
3
3
## usage
4
4
5
5
```yml
6
-
- uses: nvfp/ghact_minify_htmls@... # use the latest/main branch vers is recommended.
6
+
- uses: nvfp/ghact_minify_htmls@... # use the latest version is recommended.
7
7
with:
8
8
folder: ./_site # will minify all HTML files recursively inside this folder (use rel. path, relative to root)
0 commit comments