We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95688d6 commit 857287bCopy full SHA for 857287b
scripts/site/config.sh
@@ -31,7 +31,6 @@ function run {
31
32
git add -A
33
git commit -am "release: $VERSION"
34
- git push -q origin master
35
source deploy.sh
36
37
echo "-- Published ionic-site config v$VERSION successfully!"
scripts/site/docs.sh
@@ -36,7 +36,6 @@ function run {
else
38
git commit -am "docs: update for $VERSION"
39
40
41
42
echo "-- Updated docs for $VERSION_NAME succesfully!"
0 commit comments