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 cef78ea commit 4c52576Copy full SHA for 4c52576
1 file changed
.github/workflows/publish_book.yml
@@ -46,9 +46,9 @@ jobs:
46
47
- name: Optimize text
48
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 {} {}
+ find pages/ -name "*.html" | parallel minify --quiet --html-keep-document-tags --html-keep-end-tags --html-keep-whitespace -o {} {}
+ find pages/ -name "*.css" | parallel minify --quiet -o {} {}
+ find pages/ -name "*.js" | parallel minify --quiet -o {} {}
52
53
- name: Upload optimized artifact
54
uses: actions/upload-artifact@v7
0 commit comments