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 dd5d390 commit 13b3c2fCopy full SHA for 13b3c2f
1 file changed
.github/workflows/optimize.yml
@@ -23,10 +23,9 @@ jobs:
23
| parallel -0 'cwebp -q 90 {} -o {.}.webp && rm {}'
24
25
- name: Optimize gif images
26
- if: false
27
run: >
28
find pages/ -iname "*.gif" -print0
29
- | parallel -0 'mogrify -format webp -quality 90 {} && rm {}'
+ | parallel -0 'mogrify -coalesce -format webp -quality 90 {} && rm {}'
30
31
- name: Optimize text
32
run: |
0 commit comments