Change the origin remote with github

This because we are no more in GitHub, but we are use it
for hosing our pages
This commit is contained in:
Awiteb 2024-03-04 16:34:41 +03:00
parent c0f2eec0ea
commit ed23c00747
Signed by: awiteb
GPG key ID: 3F6B55640AA6682F

View file

@ -11,7 +11,7 @@ OUT_DIR := "public"
touch .nojekyll touch .nojekyll
git add . git add .
git commit -m "Deploy blog to github pages" git commit -m "Deploy blog to github pages"
git remote add origin $(git --git-dir ../.git remote get-url origin) git remote add origin $(git --git-dir ../.git remote get-url github)
git push origin gh-pages -f git push origin gh-pages -f
cd .. cd ..
rm -fr {{OUT_DIR}} rm -fr {{OUT_DIR}}