We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0859545 commit 2611a89Copy full SHA for 2611a89
.travis.yml
@@ -24,7 +24,9 @@ deploy:
24
all_branches: true
25
26
after_deploy:
27
- - git remote add github https://$GITHUB_TOKEN:[email protected]/$TRAVIS_REPO_SLUG.git
+ - echo "machine github.com login $GITHUB_TOKEN password x-oauth-basic" >> ~/.netrc
28
+ - chmod 0600 ~/.netrc
29
+ - git remote add github https://github.com/$TRAVIS_REPO_SLUG.git
30
- git fetch github gh-pages
31
- git checkout -b gh-pages FETCH_HEAD
32
- mv target/doc docs/$TRAVIS_TAG
0 commit comments