Skip to content

Commit 2747194

Browse files
authored
Update main.yml
1 parent 0db4c9c commit 2747194

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
@@ -54,7 +54,7 @@ jobs:
5454
wget 'https://github.com/kornelski/cavif-rs/releases/download/v1.5.4/cavif-1.5.4.zip'
5555
unzip cavif-1.5.4.zip
5656
sudo mv ./linux-generic/cavif /bin
57-
# find ./content/posts/ -type f \( -name "*.jpg" -o -name "*.png" -o -name "*.jpeg" \) -exec cavif {} \;
57+
find ./content/posts/ -type f \( -name "*.jpg" -o -name "*.png" -o -name "*.jpeg" \) -exec cavif {} \;
5858
5959
- name: Build
6060
run: hugo --gc --minify --cleanDestinationDir

0 commit comments

Comments
 (0)