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 0db4c9c commit 2747194Copy full SHA for 2747194
.github/workflows/main.yml
@@ -54,7 +54,7 @@ jobs:
54
wget 'https://github.com/kornelski/cavif-rs/releases/download/v1.5.4/cavif-1.5.4.zip'
55
unzip cavif-1.5.4.zip
56
sudo mv ./linux-generic/cavif /bin
57
- # find ./content/posts/ -type f \( -name "*.jpg" -o -name "*.png" -o -name "*.jpeg" \) -exec cavif {} \;
+ find ./content/posts/ -type f \( -name "*.jpg" -o -name "*.png" -o -name "*.jpeg" \) -exec cavif {} \;
58
59
- name: Build
60
run: hugo --gc --minify --cleanDestinationDir
0 commit comments