From 0e527a8e36fbe39282dacb210b3c0542240d512f Mon Sep 17 00:00:00 2001 From: David Young Date: Fri, 19 Aug 2022 18:21:15 +1200 Subject: [PATCH] Another attempt 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 a02ab24..6c44069 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -2,10 +2,10 @@ # This script prepares mkdocs for a build (there are some adjustments to be made to the recipes before publishing) # Fetch git history so that we get last-updated timestamps -git fetch --unshallow +# git fetch --unshallow # Run python build script to check for errors -python3 scripts/build.py mkdocs.yml +# python3 scripts/build.py mkdocs.yml ENABLE_PDF_EXPORT=1