From e69f363a5be9a10c4a378e448ed30adf7739c6ea Mon Sep 17 00:00:00 2001 From: teidesu <86301490+teidesu@users.noreply.github.com> Date: Tue, 6 Jul 2021 18:11:41 +0300 Subject: [PATCH] build: removed local branch name from docs deploy script --- scripts/deploy-docs.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy-docs.bat b/scripts/deploy-docs.bat index 3f293671..73ba62d5 100644 --- a/scripts/deploy-docs.bat +++ b/scripts/deploy-docs.bat @@ -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 ../