From 5273948be07cf41ae963901b94d11b8620e4bf7f Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Tue, 18 Feb 2025 09:17:12 -0500 Subject: [PATCH] Make build.sh usable without the gh-pages branch --- build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index b3cf732..f80037d 100755 --- a/build.sh +++ b/build.sh @@ -14,7 +14,9 @@ cd docs make clean make html touch build/html/.nojekyll -cp -rf build/html/* ../../parsedmarc-docs/ +if [ -d "./../parsedmarc-docs" ]; then + cp -rf build/html/* ../../parsedmarc-docs/ +fi cd .. ./sortmaps.py python3 tests.py