diff --git a/scripts/docs/deploy.sh b/scripts/docs/deploy.sh index a63ce6791a..49fd8425f9 100755 --- a/scripts/docs/deploy.sh +++ b/scripts/docs/deploy.sh @@ -30,7 +30,7 @@ function run { cp tmp/sass.json $SITE_DIR/docs/v2/theming/overriding-ionic-variables/ #compile API Demos - gulp demos --production + gulp demos --production=true # CD in to the site dir to commit updated docs cd $SITE_DIR