chore: update image quality to 75

Co-authored-by: ririxi <dev@ririxi.dev>
This commit is contained in:
Afonso Jorge Ramos 2022-06-08 10:44:20 +01:00 committed by GitHub
parent 1b235bf9ba
commit 17e53a8d65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,8 +21,8 @@ jobs:
- name: Compress Images
uses: calibreapp/image-actions@main
with:
jpegQuality: '70'
jpegQuality: '75'
jpegProgressive: false
pngQuality: '70'
webpQuality: '70'
pngQuality: '75'
webpQuality: '75'
githubToken: ${{ secrets.GITHUB_TOKEN }}