Skip to content

Commit

Permalink
chore: change deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceCooper214 authored Mar 27, 2024
1 parent 2ac4259 commit 5d7a4c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ git commit -m 'deploy'

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
git fetch
git push -f https://github.com/AliceCooper214/alicecooper214.github.io.git

cd -

0 comments on commit 5d7a4c7

Please sign in to comment.