diff --git a/deploy-docs.sh b/deploy-docs.sh index bf34e0a56e..417d1964d1 100644 --- a/deploy-docs.sh +++ b/deploy-docs.sh @@ -29,7 +29,7 @@ cd .. # Clean out existing contents echo "Cleaning out existing contents." -rm -rf docs/**/* || exit 0 +rm -rf docs/* || exit 0 # Run our compile script doCompile