Skip to content

Commit 5cd2875

Browse files
committed
chore: rename branch main
1 parent 7f7ec7e commit 5cd2875

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

gh-pages.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ flutter build web --release --base-href '/subterfuge/'
1010
cd build/web
1111

1212
git init
13+
git branch -m main
1314
git add -A
1415
git commit -m 'deploy'
1516

1617
# if you are deploying to https://<USERNAME>.github.io/<REPO>
1718
git push -f git@github.com:ethicnology/subterfuge.git main:gh-pages #main or master
1819

19-
cd -
20+
cd -

0 commit comments

Comments
 (0)