mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-25 00:26:29 +08:00
9 lines
149 B
Bash
9 lines
149 B
Bash
|
mkdocs build
|
||
|
cd site
|
||
|
git init
|
||
|
git add -A
|
||
|
git commit -m 'deploy'
|
||
|
git branch -M main
|
||
|
git push -f git@github.com:krahets/dsa-021.git main:gh-pages
|
||
|
cd -
|