Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

2.0.7

2.0.7 #15

Workflow file for this run

name: Publish Doc
on:
release:
types:
- published
- edited
push:
branches:
- main
paths:
- '.github/workflows/Doc.yml'
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
# https://github.com/apple/swift-docc/issues/255#issuecomment-1125685372
# https://github.com/sersoft-gmbh/oss-common-actions/blob/main/.github/workflows/swift-generate-and-publish-docs.yml
generate-and-publish-docs:
uses: sersoft-gmbh/oss-common-actions/.github/workflows/swift-generate-and-publish-docs.yml@main
with:
os: ubuntu
swift-version: '5.9'
organisation: ${{ github.repository_owner }}
repository: ${{ github.event.repository.name }}
pages-branch: gh-pages
Morty Proxy This is a proxified and sanitized view of the page, visit original site.