Skip to content

Commit

Permalink
chore: change deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
githubStinks committed Jul 11, 2023
1 parent 8fc5d25 commit 05d1545
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ git init
git add -A
git commit -m 'deploy'

git push -f [email protected]: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 [email protected]:AliceCooper214/alicecooper214.github.io.git gh-pages

cd -

0 comments on commit 05d1545

Please sign in to comment.