Skip to content

Commit b0f40ef

Browse files
committed
chore(CI): compile API demos after ionic-site clone and before ionic-site commit
1 parent f786067 commit b0f40ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/ci/deploy.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ function run {
3535
# TODO bump version number, github release, changelog, CDN, docs nav update
3636
fi
3737

38-
# Update API Demos
39-
gulp demos
40-
4138
# Update docs
4239
./scripts/docs/deploy.sh --version-name="$VERSION_NAME"
4340

scripts/docs/deploy.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ function run {
2929
gulp docs.sass-variables
3030
cp tmp/sass.json $SITE_DIR/docs/v2/theming/overriding-ionic-variables/
3131

32+
#compile API Demos
33+
gulp demos
34+
3235
# CD in to the site dir to commit updated docs
3336
cd $SITE_DIR
3437

0 commit comments

Comments
 (0)