del deploy.sh::push gh-pages

pull/852/head
Riu 3 years ago
parent 238cc1b643
commit 972cdbcc71

@ -7,15 +7,3 @@ cp ./assets/CNAME ./book/
cp ./assets/*.html ./book/
cp ./assets/sitemap.xml ./book/
## init git repo
cd book
git init
git config user.name "sunface"
git config user.email "cto@188.com"
git add .
git commit -m 'deploy'
git branch -M gh-pages
git remote add origin https://github.com/sunface/rust-course
## push to github pages
git push -u -f origin gh-pages
Loading…
Cancel
Save