diff --git a/build.sh b/build.sh index 8d38d36..02f1bdb 100755 --- a/build.sh +++ b/build.sh @@ -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 ..