Update deploy.sh

This commit is contained in:
Yudong Jin 2023-01-12 04:23:17 +08:00
parent d1d2c429b7
commit e318c495f7

View File

@ -3,6 +3,6 @@ mkdocs build --clean
cd site
git init
git add -A
git commit -m 'deploy'
git commit -m "deploy"
git push -f git@github.com:krahets/hello-algo.git master:gh-pages
cd -