Discontinuing CocoaPods support. #29
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Doc-PR | |
on: | |
pull_request: | |
branches: | |
- master | |
jobs: | |
generate-document: | |
runs-on: macos-13 | |
steps: | |
- uses: actions/checkout@v1 | |
- name: Select Xcode version | |
run: sudo xcode-select -s '/Applications/Xcode_15.0.app' | |
- name: install-bundler and jazzy | |
run: | | |
gem install bundler | |
bundle install --path vendor/bundle | |
- name: Generate document | |
run: bundle exec jazzy |