Skip to content

Commit

Permalink
Update gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zefanjajobse authored Dec 17, 2023
1 parent 71dc77a commit 92d09bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Add webp versions of the images
run: |
sudo apt install imagemagick
find . -type f -regex ".*\.\(jpg\|jpeg\|png\)" -exec mogrify -format webp {} \; -print
- name: Compress Images
id: calibre
uses: calibreapp/image-actions@main
Expand Down

0 comments on commit 92d09bc

Please sign in to comment.