mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
chore(CI): compile API demos after ionic-site clone and before ionic-site commit
This commit is contained in:
@ -35,9 +35,6 @@ function run {
|
||||
# TODO bump version number, github release, changelog, CDN, docs nav update
|
||||
fi
|
||||
|
||||
# Update API Demos
|
||||
gulp demos
|
||||
|
||||
# Update docs
|
||||
./scripts/docs/deploy.sh --version-name="$VERSION_NAME"
|
||||
|
||||
|
@ -29,6 +29,9 @@ function run {
|
||||
gulp docs.sass-variables
|
||||
cp tmp/sass.json $SITE_DIR/docs/v2/theming/overriding-ionic-variables/
|
||||
|
||||
#compile API Demos
|
||||
gulp demos
|
||||
|
||||
# CD in to the site dir to commit updated docs
|
||||
cd $SITE_DIR
|
||||
|
||||
|
Reference in New Issue
Block a user