Skip to content

Commit f3a7a01

Browse files
committed
build: travis doc pages v2
1 parent 1d1cacb commit f3a7a01

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ deploy:
1313
branch: master
1414
tags: true
1515
jdk: openjdk11
16-
- provider: pages
16+
- provider: pages:git
1717
skip_cleanup: true
1818
local_dir: build/docs
19-
github_token: "$GITHUB_API_KEY"
19+
token: "$GITHUB_API_KEY"
20+
edge: true
2021
on:
2122
branch: master
2223
jdk: openjdk8

0 commit comments

Comments
 (0)