We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a844d commit cc3167dCopy full SHA for cc3167d
.travis.yml
@@ -24,7 +24,8 @@ deploy:
24
all_branches: true
25
26
after_deploy:
27
- - git checkout gh-pages
+ - git fetch git://github.com/$TRAVIS_REPO_SLUG gh-pages
28
+ - git checkout -b gh-pages FETCH_HEAD
29
- mv target/doc docs/$TRAVIS_TAG
30
- git add docs/$TRAVIS_TAG
31
- git commit -m "Add API docs for $TRAVIS_TAG"
0 commit comments