mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-09 00:46:55 +08:00
Update deploy.sh
This commit is contained in:
@ -3,6 +3,6 @@ mkdocs build --clean
|
|||||||
cd site
|
cd site
|
||||||
git init
|
git init
|
||||||
git add -A
|
git add -A
|
||||||
git commit -m 'deploy'
|
git commit -m "deploy"
|
||||||
git push -f git@github.com:krahets/hello-algo.git master:gh-pages
|
git push -f git@github.com:krahets/hello-algo.git master:gh-pages
|
||||||
cd -
|
cd -
|
||||||
|
|||||||
Reference in New Issue
Block a user