Skip to content

Commit

Permalink
putting pgnquant command inside a -c flag
Browse files Browse the repository at this point in the history
  • Loading branch information
sphawes committed Nov 16, 2023
1 parent 8e63351 commit 6e3d079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
- run: pip install mkdocs-glightbox
- run: sudo apt-get install imagemagick pngquant
- run: find . -name '*.png' -execdir mogrify -resize 750x {} +
- run: find . -name '*.png' -execdir pngquant {} --ext .png --force +
- run: find . -name '*.png' -execdir bash -c 'pngquant "$1" --ext .png --force' - {} +
- run: mkdocs gh-deploy --force

0 comments on commit 6e3d079

Please sign in to comment.