From 7f30a0d25f18168bef989525a9d78056f3601baa Mon Sep 17 00:00:00 2001 From: David Young Date: Mon, 6 Nov 2023 22:57:39 +1300 Subject: [PATCH] Meh. builds are still broken Signed-off-by: David Young --- scripts/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index 393d062..3e0e40e 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -21,8 +21,8 @@ then else echo "GH_TOKEN passed, doing an insiders build.." # 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 + # 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