diff options
author | Alex Crichton <alex@alexcrichton.com> | 2015-09-16 23:56:01 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2015-09-16 23:56:01 -0700 |
commit | 41afa80f053324be0ad0a5040e645e6b4b8f73eb (patch) | |
tree | 3004f27b6c63c2ad5a2444d43e72882752d2e29f /ci/dox.sh | |
parent | 24abc4fb80c0fb4a7b14f2ce12bf92a51597435d (diff) | |
download | rust-libc-41afa80f053324be0ad0a5040e645e6b4b8f73eb.tar.gz |
Add upload tokens
Diffstat (limited to 'ci/dox.sh')
-rw-r--r-- | ci/dox.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,5 +30,5 @@ cp ci/landing-page.html target/doc/index.html if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "autotest" ]; then pip install ghp-import --user $USER $HOME/.local/bin/ghp-import -n target/doc - git push -qf https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages + git push -qf https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages fi |