From b93799713f16a64d9654875b492b088a989ea239 Mon Sep 17 00:00:00 2001 From: perry Date: Mon, 14 Nov 2016 13:18:09 -0600 Subject: [PATCH] chore(CI) skipping demo builds for now --- scripts/docs/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docs/deploy.sh b/scripts/docs/deploy.sh index d8e4be7f29..670f26b698 100755 --- a/scripts/docs/deploy.sh +++ b/scripts/docs/deploy.sh @@ -20,7 +20,7 @@ function run { VERSION=$(readJsonProp "package.json" "version") #compile API Demos - ./node_modules/.bin/gulp docs.demos --production=true + #./node_modules/.bin/gulp docs.demos --production=true # if release, copy old version to seperate folder and blow out docs root api if $IS_RELEASE; then