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

Meh. didn't help.

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2023-07-08 11:32:59 +12:00
parent 8870c84cfe
commit b18f5c4cc5

View File

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