File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,18 @@ script:
8
8
- " ./gradlew clean check"
9
9
after_success :
10
10
- test $TRAVIS_BRANCH = "master" && ./gradlew artifactoryPublish -PbintrayUsername="${BINTRAY_USER}" -PbintrayApiKey="${BINTRAY_KEY}"
11
- - test $TRAVIS_BRANCH = "master" && ./gradlew publishGhPages
11
+ - test $TRAVIS_BRANCH = "master" && ./gradlew asciidoctor
12
12
before_cache :
13
13
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
14
14
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
15
+ deploy :
16
+ provider : pages
17
+ skip_cleanup : true
18
+ github_token : $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
19
+ keep_history : true
20
+ local_dir : resilience4j-documentation/build/asciidoc/html5
21
+ on :
22
+ branch : master
15
23
# cache:
16
24
# directories:
17
25
# - "$HOME/.gradle/caches/"
You can’t perform that action at this time.
0 commit comments