Skip to content

Commit 71fd083

Browse files
committed
no magick..
1 parent b969bd5 commit 71fd083

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/optimize.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Optimize gif images
2626
run: >
2727
find pages/ -iname "*.gif" -print0
28-
| parallel -0 'magick mogrify -format webp {} && rm {}'
28+
| parallel -0 'mogrify -format webp {} && rm {}'
2929
3030
- name: Optimize text
3131
run: |

0 commit comments

Comments
 (0)