From 6b9ef098528383fc0e38dff7faac59e8779203f0 Mon Sep 17 00:00:00 2001 From: Awiteb Date: Mon, 26 Aug 2024 21:00:14 +0000 Subject: [PATCH] chore: Copy `CNMAE` file to deployment branch Signed-off-by: Awiteb --- Justfile | 1 + 1 file changed, 1 insertion(+) 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"