Skip to content

Commit

Permalink
More debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
George Gillams committed Sep 21, 2018
1 parent 46d9877 commit 90fb6ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ deploy:
skip_cleanup: true
github_token: $IOS_DOCS_DEPLOY_TOKEN
on:
branch: master
condition: $MAIN_STAGE && $TRAVIS_TAG # We could just use `tags: true`, but there are issues so best to avoid it https://github.com/travis-ci/travis-ci/issues/1670
tags: true
all_branches: true
condition: $MAIN_STAGE
local_dir: docs/
skip_cleanup: true
detect_encoding: true
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

[Unreleased changes](./UNRELEASED.md).

## 0.11.9

**Fixed:**
- Updated release process to fix docs deploys.

## 0.11.8

**Fixed:**
Expand Down

0 comments on commit 90fb6ec

Please sign in to comment.