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 392e273 commit 1f10d25Copy full SHA for 1f10d25
1 file changed
.github/workflows/publish_book.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Optimize still images
38
run: |
39
find pages/ \( -iname "*.png" -o -iname "*.jpg" -o -iname "*.jpeg" \) -print0 | \
40
- parallel -0 '
+ parallel -0 -q bash -c '
41
file="{}"
42
output="{.}.webp"
43
@@ -56,7 +56,7 @@ jobs:
56
- name: Optimize gif images
57
58
find pages/ -iname "*.gif" -print0 | \
59
60
61
62
0 commit comments