disable color reduction to avoid greyscale conversion

This commit is contained in:
boubou19 2025-07-23 21:02:49 +02:00
parent 05f0d5948f
commit c041acf5a7

View File

@ -17,7 +17,7 @@ jobs:
- name: Optimize PNG files - name: Optimize PNG files
run: | run: |
find . -type f -name "*.png" ! -path "./.git/*" -exec optipng -o7 {} + find . -type f -name "*.png" ! -path "./.git/*" -exec optipng -o7 -np {} +
- name: Check for changes - name: Check for changes
run: | run: |