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

try re-adding pngquant to build script

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2023-07-08 11:06:42 +12:00
parent 6a1ba310fa
commit 00a7e450b0

View File

@@ -19,6 +19,7 @@ then
else else
echo "GH_TOKEN passed, doing an insiders build.." echo "GH_TOKEN passed, doing an insiders build.."
pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
pip install pngquant
ENABLE_PDF_EXPORT=1 mkdocs build -f mkdocs-insiders.yml ENABLE_PDF_EXPORT=1 mkdocs build -f mkdocs-insiders.yml
# Put the PDF into secret location # Put the PDF into secret location