Files
vuepress/scripts/deploy-gh.sh
T

6 lines
117 B
Bash

cd vuepress
git init
git add -A
git commit -m 'deploy'
git push -f git@github.com:vuejs/vuepress.git master:gh-pages