Skip to content

Commit

Permalink
update deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SatinWukerORIG committed Nov 26, 2023
1 parent b178eb8 commit 2e02557
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ git commit -m 'New commit'


# If deploying to https://<USERNAME>.github.io
# git push -f [email protected]:<USERNAME>/<USERNAME>.github.io.git master
# git push -f [email protected]:<USERNAME>/<USERNAME>.github.io.git main

# If deploying to https://<USERNAME>.github.io/<REPO>
git push -f https://github.com/rick-lang/programming-language-explainer.git master:gh-pages
# If deploying to https://<USERNAME>.github.io/<REPO>. Use github token instead of password
git push -f https://github.com/rick-lang/programming-language-explainer.git main:gh-pages

cd -

0 comments on commit 2e02557

Please sign in to comment.