Skip to content

Commit

Permalink
Run jazzy docs from the bundler.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonystone committed Dec 10, 2019
1 parent d8dc875 commit dd62143
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ add_custom_target(pod-lint

add_custom_target(documentation
DEPENDS xcode-project generate-source .jazzy.yaml
COMMAND jazzy --clean --module-version ${LIB_VERSION}
COMMAND bundle exec jazzy --clean --module-version ${LIB_VERSION}
COMMAND cp ${CMAKE_SOURCE_DIR}/Sources/Documentation/Images/*.png ${CMAKE_SOURCE_DIR}/docs/img/
WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}")

Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
source 'https://rubygems.org'
gem 'cocoapods', '1.6.0'
gem 'jazzy', '0.13.0'

0 comments on commit dd62143

Please sign in to comment.