Skip to content

Commit b7dbeb2

Browse files
committed
Set gh-pages to deploy to master
1 parent cd3e403 commit b7dbeb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"ci:gitconfig:name": "git config --global user.name 'Mike Cousins'",
1414
"ci:gitconfig:email": "git config --global user.email 'mike@cousins.io'",
1515
"ci:gitconfig": "npm run ci:gitconfig:name && npm run ci:gitconfig:email",
16-
"ci:ghpages": "gh-pages -x -r https://$GH_TOKEN@github.com/mcous/mcous.github.io.git -d public -m \"$(date)\"",
16+
"ci:ghpages": "gh-pages -x -b master -r https://$GH_TOKEN@github.com/mcous/mcous.github.io.git -d public -m \"$(date)\"",
1717
"ci:deploy": "npm run ci:ghpages",
1818
"preci:deploy": "npm run ci:gitconfig",
1919
"ci": "npm run build"

0 commit comments

Comments
 (0)