Skip to content

Swift Doc Deployment

Actions
Deploys the Swift documentation to GitHub pages
v1.0
Latest
Star (1)

GitHub Action

Swift Doc Deployment

Deploys the Swift documentation to GitHub pages.

Usage

name: "Swift Doc Deployment"

on: [push]

jobs:
  build:
    runs-on: macos-latest

    steps:
      - uses: actions/checkout@main
      - uses: g1j0shi/swift-doc-deployment@main

Input

      ...
      - uses: g1j0shi/swift-doc-deployment@main
        with:
          target: "SwiftPackage" # The Swift package target to generate documentation for.
          branch: "gh-pages" # The branch where the documentation will be deployed.

Swift Doc Deployment is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Deploys the Swift documentation to GitHub pages
v1.0
Latest

Swift Doc Deployment is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.