Skip to content

Commit

Permalink
increasing compression quality as the resultant images were pretty bad
Browse files Browse the repository at this point in the history
  • Loading branch information
sphawes committed Nov 16, 2023
1 parent 7f83131 commit 19ad223
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 bash -c 'mogrify -resize 750x "$1"' - {} \;
- run: find . -name '*.png' -execdir bash -c 'pngquant "$1" --ext .png --quality=5 --speed 10 --force' - {} \;
- run: find . -name '*.png' -execdir bash -c 'pngquant "$1" --ext .png --force' - {} \;
- run: mkdocs gh-deploy --force

0 comments on commit 19ad223

Please sign in to comment.