Skip to content

Commit 9557049

Browse files
committed
Default is main, not master
1 parent 8ec3233 commit 9557049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ git add -A
2626
git commit -m 'Deploy newest version'
2727

2828
# if you are deploying to https://<USERNAME>.github.io/<REPO>
29-
git push -f https://github.com/statgen/localzoom.git master:gh-pages
29+
git push -f https://github.com/statgen/localzoom.git main:gh-pages
3030

3131
cd -

0 commit comments

Comments
 (0)