Skip to content

Uses GitHub Actions runners #18

Uses GitHub Actions runners

Uses GitHub Actions runners #18

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