Skip to content

Commit

Permalink
Merge pull request #1 from HlibPavlyk/gh_pages
Browse files Browse the repository at this point in the history
Update publish.sh
  • Loading branch information
HlibPavlyk authored Dec 18, 2023
2 parents 66b545e + 4d0a28e commit e28e896
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ git commit -m 'deploy'

# if you are deploying to https://<USERNAME>.github.io/<REPO>

git push -f https://github.com/StrivingToAdoniss/IM-22_lab_and_course_works master:gh-pages
git push -f https://github.com/HlibPavlyk/IM-22_lab_and_course_works master:gh-pages
# if you use ssh use this instead:
# git push -f git@github.com:StrivingToAdoniss/IM-22_lab_and_course_works.git master:gh-pages
# git push -f git@github.com:HlibPavlyk/IM-22_lab_and_course_works.git master:gh-pages

cd -

0 comments on commit e28e896

Please sign in to comment.