mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
chore(scripts): update path to circle scripts
This commit is contained in:
@ -10,7 +10,7 @@ jobs:
|
|||||||
key: ionic-site
|
key: ionic-site
|
||||||
- run:
|
- run:
|
||||||
name: Prepare ionic-site repo
|
name: Prepare ionic-site repo
|
||||||
command: ./scripts/docs/prepare.sh
|
command: ./packages/ionic-angular/scripts/docs/prepare.sh
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: ionic-site
|
key: ionic-site
|
||||||
paths:
|
paths:
|
||||||
@ -38,7 +38,7 @@ jobs:
|
|||||||
name: Update docs
|
name: Update docs
|
||||||
command: |
|
command: |
|
||||||
if [ "${CIRCLE_BRANCH}" == "master" ]; then
|
if [ "${CIRCLE_BRANCH}" == "master" ]; then
|
||||||
./scripts/ci/deploy.sh
|
./packages/ionic-angular/scripts/ci/deploy.sh
|
||||||
else
|
else
|
||||||
echo "We are on ${CIRCLE_BRANCH} branch, not going to update docs."
|
echo "We are on ${CIRCLE_BRANCH} branch, not going to update docs."
|
||||||
fi
|
fi
|
||||||
|
@ -40,7 +40,7 @@ function run {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Update docs
|
# Update docs
|
||||||
./scripts/docs/deploy.sh --version-name="$VERSION_NAME"
|
./packages/ionic-angular/scripts/docs/deploy.sh --version-name="$VERSION_NAME"
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user