We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e4874 commit 2937c86Copy full SHA for 2937c86
.github/workflows/calibreapp-image-actions.yml
@@ -43,6 +43,9 @@ jobs:
43
githubToken: ${{ secrets.GITHUB_TOKEN }}
44
# For non-Pull Requests, run in compressOnly mode and we'll PR after.
45
compressOnly: ${{ github.event_name != 'pull_request' }}
46
+ # Avoid progressive degradation of quality
47
+ pngQuality: '100'
48
+ minPctChange: '15'
49
- name: Create Pull Request
50
# If it's not a Pull Request then commit any changes as a new PR.
51
if: |
0 commit comments