File tree 1 file changed +7
-9
lines changed
1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 12
12
13
13
# Upload docs
14
14
if [[ " $TARGET " == " x86_64-unknown-linux-gnu" && " $TRAVIS_BRANCH " == " stable" ]]; then
15
- # FIXME rust-lang/rust#32532
16
- printf " not uploading docs"
17
- # git config --global credential.helper store;
18
- # echo "https://${TOKEN}:[email protected] " >> ~/.git-credentials;
19
- # cargo doc --release;
20
- # echo '<meta http-equiv=refresh content=0;url=multirust/index.html>' > target/doc/index.html;
21
- # sudo pip install ghp-import;
22
- # ghp-import -n target/doc;
23
- # git push -qf https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages;
15
+ git config --global credential.helper store;
16
+ echo " https://${TOKEN} :[email protected] " >> ~ /.git-credentials
;
17
+ cargo doc --release;
18
+ echo ' <meta http-equiv=refresh content=0;url=multirust/index.html>' > target/doc/index.html;
19
+ sudo pip install ghp-import;
20
+ ghp-import -n target/doc;
21
+ git push -qf https://${TOKEN} @github.com/${TRAVIS_REPO_SLUG} .git gh-pages;
24
22
fi ;
25
23
26
24
# Copy rustup-init to rustup-setup for backwards compatibility
You can’t perform that action at this time.
0 commit comments