add CNAME to gh-pages branch via ci (#3)

This commit is contained in:
Paul 2022-02-06 20:43:44 +01:00 committed by GitHub
parent 3041e15d40
commit 353fd6f638
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ jobs:
git update-ref -d refs/heads/gh-pages
rm -rf *
mv ../book/* .
cp ../CNAME .
git add .
git commit -m "Deploy $GITHUB_SHA to gh-pages"
git push --force