mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-11 22:36:59 +10:00
6 lines
117 B
Bash
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
|