mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-24 09:36:28 +08:00
8 lines
149 B
Bash
8 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 -
|