add CNAME to gh-pages branch via ci (#3)
This commit is contained in:
parent
3041e15d40
commit
353fd6f638
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue