We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c909f86 commit 788ca8fCopy full SHA for 788ca8f
1 file changed
.travis.yml
@@ -1,6 +1,10 @@
1
language: clojure
2
-after_success: |
3
- lein with-profile default,clojure16 doc && \
4
- sudo pip install ghp-import && \
5
- ghp-import -n target/codox && \
6
- git push -qf https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages > /dev/null 2>&1
+after_success:
+ lein codox
+deploy:
+ provider: pages
+ skip_cleanup: true
7
+ github_token: $TOKEN
8
+ local_dir: target/codox
9
+ on:
10
+ branch: master
0 commit comments