Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 644 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 644 Bytes

GitHub Actions Workflows

Reusable Action workflow for jihoonme.

Feature

  • swift-docc.yml
    By importing this swift_docc.yml file, you can consolidate duplicates of github_workflows files in a similar family.
name: Docc

on:
  release:
    types:
      - published
  push:
    branches:
      - main
  workflow_dispatch:

jobs:
  docc:
    name: Docc
    uses: jihoonme/github-workflows/.github/workflows/swift_docc.yml@main
    with:
      project_target: "ProjectTargetName"
      hosting_path: "TargetPath"

License

github-workflows is under Apache license. See the LICENSE file for more info.