We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f5547c commit c2784bcCopy full SHA for c2784bc
.travis.yml
@@ -10,6 +10,7 @@ after_success: |
10
[ $TRAVIS_PULL_REQUEST = false ] &&
11
cargo doc &&
12
echo '<meta http-equiv=refresh content=0;url=hyper/index.html>' > target/doc/index.html &&
13
+ git shortlog -s -n | cut -c 8- > target/doc/humans.txt &&
14
sudo pip install ghp-import &&
15
ghp-import -n target/doc &&
16
git push -fq https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
0 commit comments