build: removed local branch name from docs deploy script
This commit is contained in:
parent
c2130dec9f
commit
e69f363a5b
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ git init
|
||||||
git add --all . > nul 2> nul
|
git add --all . > nul 2> nul
|
||||||
git commit -am deploy > nul 2> nul
|
git commit -am deploy > nul 2> nul
|
||||||
|
|
||||||
git push -f https://github.com/teidesu/mtcute.git master:gh-pages
|
git push -f https://github.com/teidesu/mtcute.git gh-pages
|
||||||
cd ../
|
cd ../
|
||||||
|
|
Loading…
Reference in a new issue