Skip to content

Updates for Swift 6.0 #10

Updates for Swift 6.0

Updates for Swift 6.0 #10

Workflow file for this run

name: Deploy Documentation
on:
# Run any time code is pushed to main.
push:
branches:
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write
jobs:
deploy-docs:
name: Publish Documentation
uses: krogerco/Shared-CI-Workflow-iOS/.github/workflows/pages.yml@v1.1.0
with:
FILENAME: Cache.xcworkspace