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:
parent
c0f2eec0ea
commit
ed23c00747
1 changed files with 1 additions and 1 deletions
2
Justfile
2
Justfile
|
@ -11,7 +11,7 @@ OUT_DIR := "public"
|
|||
touch .nojekyll
|
||||
git add .
|
||||
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
|
||||
cd ..
|
||||
rm -fr {{OUT_DIR}}
|
||||
|
|
Loading…
Reference in a new issue