diff --git a/deploy-docs.sh b/deploy-docs.sh index a0e3c719ff..802a56501c 100644 --- a/deploy-docs.sh +++ b/deploy-docs.sh @@ -28,8 +28,8 @@ git checkout $TARGET_BRANCH || git checkout --orphan $TARGET_BRANCH cd .. # Clean out existing contents -echo "Cleaning out existing contents." -rm -rf docs/* +# echo "Cleaning out existing contents." +# rm -rf docs/* # Run our compile script doCompile