Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
milanaryal committed Nov 2, 2023
1 parent 121c7dc commit 0e16ffb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,13 @@ jobs:
# https://github.com/tdewolff/minify/tree/master/cmd/minify#usage
- name: Minify HTML files
run: |
minify --type=text/html --recursive --output ./_site/ --match="\.html$" ./_site/ \
minify --type=text/html \
--html-keep-default-attrvals \
--html-keep-document-tags \
--html-keep-end-tags \
--html-keep-quotes \
--verbose
--verbose \
--recursive --output ./_site/ --match="\.html$" ./_site/
- name: Minify JSON files
run: |
Expand Down

0 comments on commit 0e16ffb

Please sign in to comment.