mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
chore(docs): run gulp src on each build
This commit is contained in:
@ -22,6 +22,7 @@ function run {
|
|||||||
VERSION=$(readJsonProp "package.json" "version")
|
VERSION=$(readJsonProp "package.json" "version")
|
||||||
|
|
||||||
gulp docs --doc-version="$VERSION_NAME"
|
gulp docs --doc-version="$VERSION_NAME"
|
||||||
|
gulp src
|
||||||
cd $SITE_DIR
|
cd $SITE_DIR
|
||||||
|
|
||||||
CHANGES=$(git status --porcelain)
|
CHANGES=$(git status --porcelain)
|
||||||
|
Reference in New Issue
Block a user