Skip to content

Commit a101adf

Browse files
authored
Update main.yml
1 parent 52231a5 commit a101adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Compress Image
5252
uses: jruipinto/ImageMagick-action@v1
5353
with:
54-
command: find ./content/posts/ -type f \( -name "*.jpg" -o -name "*.png" -o -name "*.jpeg" \) -exec convert {} {}.webp && convert {} {}.avif \;
54+
command: find ./content/posts/ -type f ( -name "*.jpg" -o -name "*.png" -o -name "*.jpeg" ) -exec convert {} {}.webp && convert {} {}.avif \;
5555

5656
github_pages:
5757
name: Build and Publish Github Pages

0 commit comments

Comments
 (0)