1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 01:36:23 +00:00

Try installing pngquant via brew directly

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2023-07-08 11:48:16 +12:00
parent 3fd7c92c77
commit 2a91672a58
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +0,0 @@
pngquant

View File

@@ -10,6 +10,8 @@ set -x # debug failed builds
# Run python build script to check for errors # Run python build script to check for errors
# python3 scripts/build.py mkdocs.yml # python3 scripts/build.py mkdocs.yml
brew install pngquant
# install mkdocs (or insiders version, if we're passed a GH_TOKEN var) # install mkdocs (or insiders version, if we're passed a GH_TOKEN var)
if [ -z "$GH_TOKEN" ] if [ -z "$GH_TOKEN" ]
then then