From 91a71febb561d6fafb04e1dc8b82cc7ca05ca72d Mon Sep 17 00:00:00 2001 From: David Young Date: Wed, 7 Aug 2024 15:20:36 +1200 Subject: [PATCH] update Signed-off-by: David Young --- scripts/build.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index 14e79ce..467cd2e 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -23,11 +23,13 @@ else # 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 - ENABLE_PDF_EXPORT=1 mkdocs build -f mkdocs-insiders.yml - # Put the PDF into secret location - mkdir -p site/${PDF_PATH} - mv site/funkypenguins-geek-cookbook.pdf site/${PDF_PATH}/ + # PDF disabled for now + ENABLE_PDF_EXPORT=0 mkdocs build -f mkdocs-insiders.yml + + # # Put the PDF into secret location + # mkdir -p site/${PDF_PATH} + # mv site/funkypenguins-geek-cookbook.pdf site/${PDF_PATH}/ fi # Setup any necessary netlify redirects