We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0084065 commit b6755c7Copy full SHA for b6755c7
.github/workflows/build-and-deploy.yaml
@@ -28,6 +28,10 @@ jobs:
28
- name: Build
29
run: make all
30
31
+ - run: curl -L https://github.com/wilsonzlin/minify-html/releases/download/v0.15.0/minhtml-0.15.0-x86_64-unknown-linux-gnu > minhtml
32
+
33
+ - run: ./minhtml --keep-closing-tags --minify-css dist/*.html dist/*.css
34
35
- name: Setup Pages
36
id: pages
37
uses: actions/configure-pages@v3
.gitignore
@@ -1 +1,2 @@
1
.DS_Store
2
+minhtml
0 commit comments