Skip to content

Commit 4c52576

Browse files
committed
Silence the minify output, too.
1 parent cef78ea commit 4c52576

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish_book.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
4747
- name: Optimize text
4848
run: |
49-
find pages/ -name "*.html" | parallel minify --html-keep-document-tags --html-keep-end-tags --html-keep-whitespace -o {} {}
50-
find pages/ -name "*.css" | parallel minify -o {} {}
51-
find pages/ -name "*.js" | parallel minify -o {} {}
49+
find pages/ -name "*.html" | parallel minify --quiet --html-keep-document-tags --html-keep-end-tags --html-keep-whitespace -o {} {}
50+
find pages/ -name "*.css" | parallel minify --quiet -o {} {}
51+
find pages/ -name "*.js" | parallel minify --quiet -o {} {}
5252
5353
- name: Upload optimized artifact
5454
uses: actions/upload-artifact@v7

0 commit comments

Comments
 (0)