mirror of
https://github.com/GTNewHorizons/GTNH-Actions-Workflows.git
synced 2025-08-29 06:40:10 +02:00
disable color reduction to avoid greyscale conversion
This commit is contained in:
parent
05f0d5948f
commit
c041acf5a7
2
.github/workflows/optimize-images.yml
vendored
2
.github/workflows/optimize-images.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
|
||||
- name: Optimize PNG files
|
||||
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
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user