diff --git a/deploy.sh b/deploy.sh index d775f15..a683360 100644 --- a/deploy.sh +++ b/deploy.sh @@ -13,6 +13,8 @@ git init git add -A git commit -m 'deploy' -git push -f git@github.com:AliceCooper214/alicecooper214.github.io.git master:gh-pages +git remote add origin https://github.com/AliceCooper214/alicecooper214.github.io.git +git checkout -b gh-pages +git push -f git@github.com:AliceCooper214/alicecooper214.github.io.git gh-pages cd - \ No newline at end of file