1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 01:36:23 +00:00

Another attempt

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2022-08-19 18:21:15 +12:00
parent 9f47b6fcc4
commit 0e527a8e36

View File

@@ -2,10 +2,10 @@
# This script prepares mkdocs for a build (there are some adjustments to be made to the recipes before publishing) # 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 # Fetch git history so that we get last-updated timestamps
git fetch --unshallow # git fetch --unshallow
# Run python build script to check for errors # Run python build script to check for errors
python3 scripts/build.py mkdocs.yml # python3 scripts/build.py mkdocs.yml
ENABLE_PDF_EXPORT=1 ENABLE_PDF_EXPORT=1