diff --git a/scripts/build.sh b/scripts/build.sh index 884bc4a..14e79ce 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.5.2-insiders-4.47.1 + 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.5.2-insiders-4.47.1 ENABLE_PDF_EXPORT=1 mkdocs build -f mkdocs-insiders.yml # Put the PDF into secret location