hello-algo/deploy.sh
2022-11-04 19:12:12 +08:00

8 lines
132 B
Bash

mkdocs build
cd site
git init
git add -A
git commit -m 'deploy'
git push -f git@github.com:krahets/dsa-021.git master:gh-pages
cd -