Skip to content

Commit 392e273

Browse files
committed
Remove trailing spaces!
1 parent d21952b commit 392e273

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish_book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
5656
- name: Optimize gif images
5757
run: |
58-
find pages/ -iname "*.gif" -print0 | \
58+
find pages/ -iname "*.gif" -print0 | \
5959
parallel -0 '
6060
file="{}"
6161
output="{.}.webp"

0 commit comments

Comments
 (0)