Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Github action not generating the wiki doc saying no .swift file found #218

Closed
jevonmao opened this issue Feb 3, 2021 · 1 comment
Closed

Comments

@jevonmao
Copy link

jevonmao commented Feb 3, 2021

Link to my CI workflow:
https://github.com/jevonmao/PermissionsSwiftUI/blob/main/.github/workflows/swift.yml

@mattt
Copy link
Contributor

mattt commented Feb 3, 2021

@jevonmao Looking at your action and the PermissionsSwiftUI sources provided as inputs, I was unable to find any top-level public declarations. If swift-doc can't find any, it doesn't have anything to generate documentation for. As noted in #122, APIs added to existing public types aren't currently supported by swift-doc. A feature request to support internal access level is tracked by #72.

@mattt mattt closed this as completed Feb 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants