Skip to content

Commit f8476aa

Browse files
committed
moved to main branch
1 parent 57601ac commit f8476aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cd ./build
55
git init
66
git add .
77
git commit -m 'push to gh-pages'
8-
git push --force [email protected]:anvaka/pm.git master:gh-pages
8+
git push --force [email protected]:anvaka/pm.git main:gh-pages
99
cd ../
1010
git tag `date "+release-%Y%m%d%H%M%S"`
11-
git push --tags
11+
git push --tags

0 commit comments

Comments
 (0)