diff --git a/Justfile b/Justfile index 861e1ec..4a6d9a3 100644 --- a/Justfile +++ b/Justfile @@ -9,6 +9,7 @@ OUT_DIR := "public" git init . git checkout -B gh-pages touch .nojekyll + cp ../CNAME CNAME git add . git commit -m "Deploy blog to github pages"