Skip to content

Commit 80d36f3

Browse files
Update deploy.yml
1 parent 560b1eb commit 80d36f3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ jobs:
3838
find . -name "build.js" -type f -delete
3939
find . -name "*.template.html" -type f -delete
4040
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-
4741
- name: Create Artifact
4842
uses: actions/upload-pages-artifact@v3
4943
with:

0 commit comments

Comments
 (0)