Vuepress 发布流程

好记性不如烂笔头
1
2
3
4
5
6
7
8
1. 在docs文件夹 执行 vuepress build
2. 进入 docs/.vuepress/dist
3. 如果绑定域名 则执行 echo ‘note.lieme.cn’ > CNAME
4. git init
5. git add -A
6. git commit -m 'update'
7. git push -f git@github.com:jiaopianjun/note.git master