Make build.sh usable without the gh-pages branch

This commit is contained in:
Sean Whalen
2025-02-18 09:17:12 -05:00
parent b51756b8bd
commit 5273948be0
+3 -1
View File
@@ -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