mtcute/scripts/deploy-docs.bat
2021-04-14 18:08:53 +03:00

14 lines
234 B
Batchfile

@echo off
cd %~dp0\..\docs
echo mt.tei.su > CNAME
rem reset git repo
rd /s /q .git
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
cd ../