From 96ca9d9c2320be91ff10c4bbee2fccd37523c043 Mon Sep 17 00:00:00 2001 From: Dolan Date: Mon, 17 Apr 2017 16:36:56 +0100 Subject: [PATCH] commented out the rm --- deploy-docs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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