Skip to content

Commit

Permalink
adding leading slash to semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
sphawes committed Nov 16, 2023
1 parent 225b3d6 commit af001bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +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 bash -c 'mogrify -resize 750x "$1"' - {} ;
- run: find . -name '*.png' -execdir bash -c 'pngquant "$1" --ext .png --force' - {} ;
- run: find . -name '*.png' -execdir bash -c 'mogrify -resize 750x "$1"' - {} \;
- run: find . -name '*.png' -execdir bash -c 'pngquant "$1" --ext .png --force' - {} \;
- run: mkdocs gh-deploy --force

0 comments on commit af001bd

Please sign in to comment.