Skip to content

Commit

Permalink
chore: fixing typo in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
AuHau committed Aug 29, 2020
1 parent 2b9a634 commit d9430e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit d9430e2

Please sign in to comment.