chore(scripts): clean old docs before processing

This should clean the old docs before processing the new ones, to remove any old directories.
This commit is contained in:
Ibrahim Hadeed 2016-10-22 13:17:44 -04:00 committed by GitHub
parent 1a803e70be
commit 970eb755b6

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