From e045d82c0c0a7ff6a62b5724044b1fe6ae912ae7 Mon Sep 17 00:00:00 2001 From: David Young Date: Wed, 18 Oct 2023 09:41:26 +1300 Subject: [PATCH] Revert to working version of mkdocs-material Signed-off-by: David Young --- scripts/build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index a2b9581..3e0e40e 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -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