hello-algo/deploy.sh
2022-11-08 02:58:42 +08:00

8 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 -