We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9013e commit 7d2105aCopy full SHA for 7d2105a
scripts/site/config.sh
@@ -30,7 +30,7 @@ function run {
30
31
git add -A
32
git commit -am "release: $VERSION"
33
- git push -q origin gh-pages
+ git push -q origin master
34
35
echo "-- Published ionic-site config v$VERSION successfully!"
36
}
0 commit comments