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