Skip to content

Commit 120b7a5

Browse files
authored
Update image auto compression
1 parent 53b12c3 commit 120b7a5

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
@@ -44,6 +44,9 @@ jobs:
4444
# For non-Pull Requests, run in compressOnly mode and we'll PR after.
4545
compressOnly: ${{ github.event_name != 'pull_request' }}
4646
ignorePaths: 'docs/es/**,docs/de/**,docs/fr/**,docs/ru/**,docs/sl/**'
47+
# Avoid progressive degradation of quality
48+
pngQuality: '100'
49+
minPctChange: '30'
4750
- name: Create Pull Request
4851
# If it's not a Pull Request then commit any changes as a new PR.
4952
if: |

0 commit comments

Comments
 (0)