Reusable Action workflow for jihoonme.
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:
build-docs:
uses: ./.github/workflows/docc.yml
with:
project_target: MyLibrary
hosting_path: docs
xcode_version: "16.2"
macos_version: "macos-15"github-workflows is under Apache license. See the LICENSE file for more info.