chore: Copy CNMAE file to deployment branch

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb 2024-08-26 21:00:14 +00:00
parent cc7b0986a6
commit 6b9ef09852
Signed by: awiteb
GPG key ID: 3F6B55640AA6682F

View file

@ -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"