Fix build script to properly publish docs

This commit is contained in:
Sean Whalen
2025-12-01 11:08:21 -05:00
parent 681b7cbf85
commit 48bff504b4
+1 -1
View File
@@ -14,7 +14,7 @@ cd docs
make clean
make html
touch build/html/.nojekyll
if [ -d "./../parsedmarc-docs" ]; then
if [ -d "../../parsedmarc-docs" ]; then
cp -rf build/html/* ../../parsedmarc-docs/
fi
cd ..