Skip to content

Commit

Permalink
update git author and email
Browse files Browse the repository at this point in the history
  • Loading branch information
techgaun committed Jun 15, 2017
1 parent 75f096e commit fe927dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,7 @@ script:
cd docs;
make html;
cd ..;
export GIT_AUTHOR_NAME=$(git --no-pager show -s --format='%an' HEAD);
export GIT_AUTHOR_EMAIL=$(git --no-pager show -s --format='%ae' HEAD);
doctr deploy --no-require-master --built-docs docs/_build/html .;
fi

0 comments on commit fe927dc

Please sign in to comment.