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

Revert to working version of mkdocs-material

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2023-10-18 09:41:26 +13:00
parent 4e6a73b490
commit e045d82c0c

View File

@@ -20,7 +20,9 @@ then
ENABLE_PDF_EXPORT=0 mkdocs build -f mkdocs.yml
else
echo "GH_TOKEN passed, doing an insiders build.."
pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
# latest version is broken against python 3.8
# 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@9.3.1-insiders-4.41.0
ENABLE_PDF_EXPORT=1 mkdocs build -f mkdocs-insiders.yml
# Put the PDF into secret location