mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +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
|
# TODO bump version number, github release, changelog, CDN, docs nav update
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Update API Demos
|
|
||||||
gulp demos
|
|
||||||
|
|
||||||
# Update docs
|
# Update docs
|
||||||
./scripts/docs/deploy.sh --version-name="$VERSION_NAME"
|
./scripts/docs/deploy.sh --version-name="$VERSION_NAME"
|
||||||
|
|
||||||
|
@ -29,6 +29,9 @@ function run {
|
|||||||
gulp docs.sass-variables
|
gulp docs.sass-variables
|
||||||
cp tmp/sass.json $SITE_DIR/docs/v2/theming/overriding-ionic-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 in to the site dir to commit updated docs
|
||||||
cd $SITE_DIR
|
cd $SITE_DIR
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user