From 62d864546809ff47e9403f4d3ea81300da6bd170 Mon Sep 17 00:00:00 2001 From: Ibrahim Hadeed Date: Thu, 27 Oct 2016 07:09:38 -0400 Subject: [PATCH] leave index.md untouched --- scripts/docs/prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docs/prepare.sh b/scripts/docs/prepare.sh index a10db472..f41d4e09 100755 --- a/scripts/docs/prepare.sh +++ b/scripts/docs/prepare.sh @@ -29,7 +29,7 @@ function run { git pull origin master fi - git rm -rf docs/v2/native/* + git rm -rf docs/v2/native/*/ }