chore: Lower image compression to 95% (#40)
This commit is contained in:
parent
1d4581ae6c
commit
027633cd78
|
@ -28,10 +28,10 @@ jobs:
|
||||||
uses: calibreapp/image-actions@main
|
uses: calibreapp/image-actions@main
|
||||||
with:
|
with:
|
||||||
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||||
jpegQuality: 100
|
jpegQuality: 95
|
||||||
jpegProgressive: false
|
jpegProgressive: false
|
||||||
pngQuality: 100
|
pngQuality: 95
|
||||||
webpQuality: 100
|
webpQuality: 95
|
||||||
# For non-Pull Requests, run in compressOnly mode and we'll PR after
|
# For non-Pull Requests, run in compressOnly mode and we'll PR after
|
||||||
compressOnly: ${{ github.event_name != 'pull_request' }}
|
compressOnly: ${{ github.event_name != 'pull_request' }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue