Skip to content

try latest swift on latest mac #81

try latest swift on latest mac

try latest swift on latest mac #81

Workflow file for this run

name: PublishDocumentation
on:
workflow_dispatch:
push:
branches:
- master
- actions
jobs:
publish:
# if: github.repository == 'jocosocial/swiftarr'
runs-on: macos-13
steps:
- uses: actions/checkout@v2
# https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift
# https://github.com/marketplace/actions/setup-swift
- uses: swift-actions/setup-swift@v1
with:
swift-version: "5.9.2"
- name: Get swift version
run: swift --version
- run: swift build -v
- name: Publish Jazzy Docs
uses: jocosocial/[email protected]
with:
personal_access_token: ${{ secrets.DOCS_ACCESS_TOKEN }}
config: .jazzy.yaml