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