Skip to content

Commit b334701

Browse files
authored
build: need to skip cleanup so that travis can deploy docs
1 parent cb83139 commit b334701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ after_success:
1010
- codecov
1111
deploy:
1212
provider: pages
13-
skip_cleanup: false
13+
skip_cleanup: true
1414
github_token: $GH_TOKEN
1515
keep_history: true
1616
local_dir: ./docs/api/@edx/frontend-platform/1.0.0-semantically-released

0 commit comments

Comments
 (0)