1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 09:46:23 +00:00
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2023-05-15 16:23:36 +12:00
parent 9d789f7889
commit de4ca90575

View File

@@ -5,6 +5,7 @@
# git fetch --unshallow # git fetch --unshallow
set -e # abort on fail set -e # abort on fail
set -x # debug failed builds
# 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