This action generates documentation for a Swift package using docc
.
Important: The package must use the Swift-DocC Plugin unless xcodebuild
is used!
Note: As of version 2, this action uses docc
instead of jazzy
! Use @v1
to use jazzy
.
See action.yml for all inputs.
Use the following snippet in a Swift package repository to generate documentation for all products of your Swift package:
uses: sersoft-gmbh/swifty-docs-action@v3
with:
output: docs