Merge pull request #738 from driftyco/clean-docs

chore(scripts): clean old docs before processing
This commit is contained in:
Perry Govier
2016-10-27 16:46:56 -05:00
committed by GitHub

View File

@@ -28,6 +28,9 @@ function run {
git reset --hard
git pull origin master
fi
git rm -rf docs/v2/native/*/
}
source $(dirname $0)/../utils.inc.sh