chore(): ignore errors when deleting old docs

This commit is contained in:
Ibby 2017-01-10 16:42:40 -05:00
parent 8e787fdd5f
commit f4fa8c31f0

View File

@ -30,7 +30,7 @@ function run {
git pull origin master
fi
git rm -rf content/docs/v2/native/*/
git rm -rf content/docs/v2/native/*/ > /dev/null
}