Skip to content

Commit 788ca8f

Browse files
committed
(fix) travis document generation
Signed-off-by: Ning Sun <sunng@about.me>
1 parent c909f86 commit 788ca8f

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

.travis.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
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
2+
after_success:
3+
lein codox
4+
deploy:
5+
provider: pages
6+
skip_cleanup: true
7+
github_token: $TOKEN
8+
local_dir: target/codox
9+
on:
10+
branch: master

0 commit comments

Comments
 (0)