diff --git a/.travis.yml b/.travis.yml index b6a4254..8f8af90 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ deploy: python: 3.7 after_deploy: - git config user.name "Adam Uhlir"; - - git config user.email "adam@uhlir.me"; + - git config user.email "adam@uhlir.dev"; - git remote add gh-token "https://${GH_TOKEN}@github.com/AuHau/toggl-cli.git"; - git fetch gh-token && git fetch gh-token gh-pages:gh-pages; - mkdocs gh-deploy -v --clean --remote-name gh-token; \ No newline at end of file