Skip to content

Commit

Permalink
Install pngquant to optimize .png files (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlondonobo authored Sep 25, 2023
1 parent eeff83a commit 0f896fe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ jobs:
mkdocs-material-
- name: Install Requirements
run: pip install -r requirements-doc.txt
run: |
sudo apt-get update &&
sudo apt-get install pngquant &&
pip install -r requirements-doc.txt
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

Expand Down

0 comments on commit 0f896fe

Please sign in to comment.