This commit is contained in:
huanqing.shao
2019-07-25 06:22:52 +08:00
parent 97d19726a4
commit 493e4272d7
622 changed files with 3007 additions and 7 deletions

3
deploy.sh Normal file → Executable file
View File

@ -7,7 +7,6 @@ set -e
npm run docs:build
# navigate into the build output directory
cd docs/.vuepress/dist
# if you are deploying to a custom domain
# echo 'www.example.com' > CNAME
@ -20,6 +19,6 @@ git commit -m 'deploy'
# git push -f git@github.com:<USERNAME>/<USERNAME>.github.io.git master
# if you are deploying to https://<USERNAME>.github.io/<REPO>
# git push -f git@github.com:<USERNAME>/<REPO>.git master:gh-pages
git push -f git@github.com:eip-work/kuboard-press.git master
cd -