Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavpandey committed Jan 26, 2021
1 parent 0788e2b commit f39680c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ after_success:
- ./gradlew generateJavadoc

deploy:
provider: pages:git
provider: pages
token: $GITHUB_TOKEN
edge: true
keep_history: true
local_dir: dynamic-engine/build/docs/javadoc/release
on:
all_branches: true
branch: master
tags: true

0 comments on commit f39680c

Please sign in to comment.