chore: Lower image compression to 95% (#40)

This commit is contained in:
Jonah Lawrence 2022-05-22 20:01:13 -06:00 committed by GitHub
parent 1d4581ae6c
commit 027633cd78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -28,10 +28,10 @@ jobs:
uses: calibreapp/image-actions@main
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
jpegQuality: 100
jpegQuality: 95
jpegProgressive: false
pngQuality: 100
webpQuality: 100
pngQuality: 95
webpQuality: 95
# For non-Pull Requests, run in compressOnly mode and we'll PR after
compressOnly: ${{ github.event_name != 'pull_request' }}