build: removed local branch name from docs deploy script

This commit is contained in:
teidesu 2021-07-06 18:11:41 +03:00
parent c2130dec9f
commit e69f363a5b

View file

@ -10,5 +10,5 @@ git init
git add --all . > 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 ../