mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(demos): automating API Demos
This commit is contained in:
@ -37,6 +37,10 @@ function run {
|
|||||||
|
|
||||||
# Update docs
|
# Update docs
|
||||||
./scripts/docs/deploy.sh --version-name="$VERSION_NAME"
|
./scripts/docs/deploy.sh --version-name="$VERSION_NAME"
|
||||||
|
|
||||||
|
# Update API Demos
|
||||||
|
gulp demos
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
source $(dirname $0)/../utils.sh.inc
|
source $(dirname $0)/../utils.sh.inc
|
||||||
|
Reference in New Issue
Block a user