chore: Copy CNMAE
file to deployment branch
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
parent
cc7b0986a6
commit
6b9ef09852
1 changed files with 1 additions and 0 deletions
1
Justfile
1
Justfile
|
@ -9,6 +9,7 @@ OUT_DIR := "public"
|
||||||
git init .
|
git init .
|
||||||
git checkout -B gh-pages
|
git checkout -B gh-pages
|
||||||
touch .nojekyll
|
touch .nojekyll
|
||||||
|
cp ../CNAME CNAME
|
||||||
|
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Deploy blog to github pages"
|
git commit -m "Deploy blog to github pages"
|
||||||
|
|
Loading…
Reference in a new issue