Skip to content

Fix macOS Build

Fix macOS Build #81

Workflow file for this run

name: Docs
on: [push]
jobs:
deploy_docs:
runs-on: macos-15
steps:
- uses: actions/checkout@v2
- name: Setup Swift 6.0
uses: swift-actions/setup-swift@v1
with:
swift-version: '6.0'
- name: Build Docs
uses: sersoft-gmbh/[email protected]
with:
output: docs
targets: Motion
enable-index-building: false
transform-for-static-hosting: true
hosting-base-path: Motion
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GH_ACCESS_TOKEN }}
publish_dir: ./docs