diff --git a/scripts/docs/prepare.sh b/scripts/docs/prepare.sh index a10db472a..f41d4e097 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/*/ }