mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-24 04:16:29 +08:00
7 lines
135 B
Bash
7 lines
135 B
Bash
mkdocs build
|
|
cd site
|
|
git init
|
|
git add -A
|
|
git commit -m 'deploy'
|
|
git push -f git@github.com:krahets/hello-algo.git master:gh-pages
|
|
cd -
|