diff --git a/Justfile b/Justfile index d7f0cb1..1b9cde4 100644 --- a/Justfile +++ b/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}}