chore(book): Create CNAME file point to the docs domain
This commit is contained in:
parent
920ff2a2d4
commit
6f6f3dc8d3
1 changed files with 1 additions and 0 deletions
1
Justfile
1
Justfile
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue