Skip to content

Handle title case words after initialisms #81

Handle title case words after initialisms

Handle title case words after initialisms #81

name: Build Documentation
on:
workflow_dispatch: {}
pull_request:
branches:
- main
permissions: read-all
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
env:
XCODE_SCHEME: Spices
jobs:
build:
name: Build Documentation
runs-on: macos-15
strategy:
matrix:
include:
- xcode: 16.1
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build Documentation
run: |
set -o pipefail &&\
xcodebuild docbuild\
-scheme ${{ env.XCODE_SCHEME }}\
-destination 'generic/platform=iOS'\
-derivedDataPath .derived-data\
| xcbeautify --renderer github-actions