Update deploy.sh
This commit is contained in:
parent
d1d2c429b7
commit
e318c495f7
@ -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 -
|
||||||
|
Loading…
x
Reference in New Issue
Block a user