From 6fa2283b2fc3e4e47f83c6cad592d985d79daab9 Mon Sep 17 00:00:00 2001 From: perry Date: Mon, 1 Feb 2016 17:53:51 -0600 Subject: [PATCH] chore(demos): automating API Demos --- scripts/ci/deploy.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/ci/deploy.sh b/scripts/ci/deploy.sh index 6a17b60671..ac031e81dc 100755 --- a/scripts/ci/deploy.sh +++ b/scripts/ci/deploy.sh @@ -37,6 +37,10 @@ function run { # Update docs ./scripts/docs/deploy.sh --version-name="$VERSION_NAME" + + # Update API Demos + gulp demos + } source $(dirname $0)/../utils.sh.inc