We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 560b1eb commit 80d36f3Copy full SHA for 80d36f3
.github/workflows/deploy.yml
@@ -38,12 +38,6 @@ jobs:
38
find . -name "build.js" -type f -delete
39
find . -name "*.template.html" -type f -delete
40
41
- - name: Minify
42
- run: |
43
- bun install -g html-minifier clean-css-cli
44
- find . -name "*.html" -type f -exec html-minifier --collapse-whitespace --remove-comments --remove-optional-tags --remove-redundant-attributes --remove-script-type-attributes --remove-tag-whitespace --use-short-doctype --minify-css true --minify-js true --output {} {} \;
45
- find . -name "*.css" -type f -exec cleancss -o {} {} \;
46
-
47
- name: Create Artifact
48
uses: actions/upload-pages-artifact@v3
49
with:
0 commit comments