chore(CI): compile API demos after ionic-site clone and before ionic-site commit

This commit is contained in:
perry
2016-02-01 18:10:01 -06:00
parent f786067b42
commit b0f40efa20
2 changed files with 3 additions and 3 deletions

View File

@ -35,9 +35,6 @@ function run {
# TODO bump version number, github release, changelog, CDN, docs nav update
fi
# Update API Demos
gulp demos
# Update docs
./scripts/docs/deploy.sh --version-name="$VERSION_NAME"

View File

@ -29,6 +29,9 @@ function run {
gulp docs.sass-variables
cp tmp/sass.json $SITE_DIR/docs/v2/theming/overriding-ionic-variables/
#compile API Demos
gulp demos
# CD in to the site dir to commit updated docs
cd $SITE_DIR