]> git.proxmox.com Git - cargo.git/commit
Auto merge of #3565 - integer32llc:fix-gh-pages, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 19 Jan 2017 23:43:24 +0000 (23:43 +0000)
committerbors <bors@rust-lang.org>
Thu, 19 Jan 2017 23:43:24 +0000 (23:43 +0000)
commit1eb600d59c405dcfbe5c12bb00f9fd4baa333ea6
tree7e49de424770ef575796bb429b20e95f296fbacc
parent7a8e51ada00b4da37db64ee3bb9159fe37c2ccbd
parent51d55488ef3d166e735a1d5a217375f10fb750ed
Auto merge of #3565 - integer32llc:fix-gh-pages, r=alexcrichton

Fix doc publishing: Remove $USER from the --user argument from pip install

[This looks to be the cause of why docs aren't publishing to gh-pages](https://travis-ci.org/rust-lang/cargo/jobs/193507734#L1059). I was able to publish the docs to [my repo's gh-pages](https://integer32llc.github.io/cargo/) with this change (and setting my own secure gh-token).

It looks like this problem got introduced [in this commit](https://github.com/rust-lang/cargo/commit/dc15ca5d202d6d10f6be45f388759a902723de6c). I don't really know python/pip, but `$USER` wasn't there before and [Travis' docs just say `--user`](https://docs.travis-ci.com/user/languages/python/#pip).