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 d21952b commit 392e273Copy full SHA for 392e273
1 file changed
.github/workflows/publish_book.yml
@@ -55,7 +55,7 @@ jobs:
55
56
- name: Optimize gif images
57
run: |
58
- find pages/ -iname "*.gif" -print0 | \
+ find pages/ -iname "*.gif" -print0 | \
59
parallel -0 '
60
file="{}"
61
output="{.}.webp"
0 commit comments