chore: Lower image compression to 95% (#40)
This commit is contained in:
parent
1d4581ae6c
commit
027633cd78
1 changed files with 3 additions and 3 deletions
6
.github/workflows/image-actions.yml
vendored
6
.github/workflows/image-actions.yml
vendored
|
@ -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' }}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue