Skip to content

Commit 7e2789a

Browse files
committed
Deploy javadoc to GitHub pages on tags
1 parent e3c047e commit 7e2789a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,11 @@ cache:
1010
directories:
1111
- $HOME/.gradle/caches/
1212
- $HOME/.gradle/wrapper/
13+
14+
deploy:
15+
provider: pages
16+
skip-cleanup: true
17+
github-token: $GITHUB_TOKEN
18+
local-dir: build/docs/
19+
on:
20+
tags: true

0 commit comments

Comments
 (0)