Skip to content

Commit 2937c86

Browse files
authored
Update image auto compression
1 parent f5e4874 commit 2937c86

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/calibreapp-image-actions.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
githubToken: ${{ secrets.GITHUB_TOKEN }}
4444
# For non-Pull Requests, run in compressOnly mode and we'll PR after.
4545
compressOnly: ${{ github.event_name != 'pull_request' }}
46+
# Avoid progressive degradation of quality
47+
pngQuality: '100'
48+
minPctChange: '15'
4649
- name: Create Pull Request
4750
# If it's not a Pull Request then commit any changes as a new PR.
4851
if: |

0 commit comments

Comments
 (0)