hello-algo/deploy.sh

8 lines
143 B
Bash
Raw Normal View History

2022-12-11 10:41:15 +00:00
mkdocs build --clean
2022-11-04 11:09:51 +00:00
cd site
git init
git add -A
git commit -m 'deploy'
2022-11-07 18:58:42 +00:00
git push -f git@github.com:krahets/hello-algo.git master:gh-pages
2022-11-04 11:09:51 +00:00
cd -