Skip to content

Commit 1f10d25

Browse files
committed
Add -q bash -c
1 parent 392e273 commit 1f10d25

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish_book.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Optimize still images
3838
run: |
3939
find pages/ \( -iname "*.png" -o -iname "*.jpg" -o -iname "*.jpeg" \) -print0 | \
40-
parallel -0 '
40+
parallel -0 -q bash -c '
4141
file="{}"
4242
output="{.}.webp"
4343
@@ -56,7 +56,7 @@ jobs:
5656
- name: Optimize gif images
5757
run: |
5858
find pages/ -iname "*.gif" -print0 | \
59-
parallel -0 '
59+
parallel -0 -q bash -c '
6060
file="{}"
6161
output="{.}.webp"
6262

0 commit comments

Comments
 (0)