mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(): update deploy script
This commit is contained in:
@@ -9,8 +9,10 @@ ARG_DEFS=(
|
||||
function run {
|
||||
cd ../..
|
||||
|
||||
# If --git-push-dryrun is set on this script, export it to all the scripts
|
||||
# If --git-push-dryrun or --verbose is set on this script,
|
||||
# export it to all the scripts
|
||||
export GIT_PUSH_DRYRUN=$GIT_PUSH_DRYRUN
|
||||
export VERBOSE=$VERBOSE
|
||||
|
||||
git config --global user.name 'Ionitron'
|
||||
git config --global user.email hi@ionicframework.com
|
||||
|
||||
@@ -37,7 +37,7 @@ function run {
|
||||
# git add -A
|
||||
# git commit -am "docs: update for $VERSION"
|
||||
# git push -q origin gh-pages
|
||||
./deploy.sh
|
||||
source deploy.sh
|
||||
|
||||
echo "-- Updated docs for $VERSION_NAME succesfully!"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user