Skip to content

Commit 7d2105a

Browse files
committed
chore(scripts): update deploy script to new website configuration
1 parent fb9013e commit 7d2105a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/site/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function run {
3030

3131
git add -A
3232
git commit -am "release: $VERSION"
33-
git push -q origin gh-pages
33+
git push -q origin master
3434

3535
echo "-- Published ionic-site config v$VERSION successfully!"
3636
}

0 commit comments

Comments
 (0)