Skip to content

Commit

Permalink
fix(optimization): Fix pngquant running directory
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc committed Jul 1, 2024
1 parent 409b8b6 commit 7d4e99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install pngquant
run: sudo apt install pngquant
- name: Optimize images
run: pngquant -f --ext .png 256 **/*.png
run: pngquant -f --ext .png 256 static/**/*.png
- name: Generate site content
run: zola build
- name: Setup Pages
Expand Down

0 comments on commit 7d4e99c

Please sign in to comment.