chore(book): Create CNAME file point to the docs domain
All checks were successful
Write changelog / write-changelog (push) Successful in 4s
Rust CI / Rust CI (push) Successful in 2m20s

This commit is contained in:
Awiteb 2024-05-18 11:46:37 +03:00
parent 920ff2a2d4
commit 6f6f3dc8d3
Signed by: awiteb
GPG key ID: 3F6B55640AA6682F

View file

@ -37,6 +37,7 @@ _default:
git init .
git checkout -B gh-pages
touch .nojekyll
echo "lprs.4rs.nl" > CNAME
git add .
git commit -m "Deploy the book to github pages"