Skip to content

Commit

Permalink
moving both commands into separate lines in the case of && not render…
Browse files Browse the repository at this point in the history
…ing properly in -execdir
  • Loading branch information
sphawes committed Nov 16, 2023
1 parent d36830e commit 8e63351
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ jobs:
- run: pip install mkdocs-material
- run: pip install mkdocs-glightbox
- run: sudo apt-get install imagemagick pngquant
- run: find . -name '*.png' -execdir mogrify -resize 750x {} && pngquant {} --ext .png --force +
- run: find . -name '*.png' -execdir mogrify -resize 750x {} +
- run: find . -name '*.png' -execdir pngquant {} --ext .png --force +
- run: mkdocs gh-deploy --force

0 comments on commit 8e63351

Please sign in to comment.