[CircleCI] Use bundler

This commit is contained in:
Norio Nomura 2018-06-04 16:08:21 +09:00
parent 67622dadc2
commit 19e16e9cec
No known key found for this signature in database
GPG Key ID: D4A7318EB7F7138D
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ aliases:
- run: |
swift build
sourcekitten doc --spm-module Yams>yams.json
jazzy --clean --sourcekitten-sourcefile yams.json
bundle check || bundle install
bundle exec jazzy --clean --sourcekitten-sourcefile yams.json
- store_artifacts:
path: docs
- run: |