Skip to content

Commit 13b3c2f

Browse files
committed
Will this work?
1 parent dd5d390 commit 13b3c2f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/optimize.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ jobs:
2323
| parallel -0 'cwebp -q 90 {} -o {.}.webp && rm {}'
2424
2525
- name: Optimize gif images
26-
if: false
2726
run: >
2827
find pages/ -iname "*.gif" -print0
29-
| parallel -0 'mogrify -format webp -quality 90 {} && rm {}'
28+
| parallel -0 'mogrify -coalesce -format webp -quality 90 {} && rm {}'
3029
3130
- name: Optimize text
3231
run: |

0 commit comments

Comments
 (0)