Skip to content

Commit 1635c65

Browse files
committed
Fix warn when building docc
1 parent 6c1471a commit 1635c65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Package.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ enum GitHubRestAPIOpenAPITag: String, CaseIterable {
5959
.product(name: "OpenAPIURLSession", package: "swift-openapi-urlsession"),
6060
],
6161
path: "Sources/\(rawValue)",
62+
resources: [
63+
.copy("openapi-generator-config.yml"),
64+
.copy("openapi.yml"),
65+
],
6266
plugins: [
6367
.plugin(name: "OpenAPIGenerator", package: "swift-openapi-generator"),
6468
]

0 commit comments

Comments
 (0)