Skip to content

Commit

Permalink
Add swift docc plugin for gh pages docs workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
furby-tm committed Jul 2, 2024
1 parent 29f8555 commit acb41f6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
20 changes: 19 additions & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "cec2e9f882ecd64814303643e7cc9d1c638033bcf970a52d205a5829ed8da48f",
"originHash" : "fbd23bf9ce74d7c3743442f5b5c959979cf9029d1efcd4d29bd3561f835d0cfc",
"pins" : [
{
"identity" : "aexml",
Expand Down Expand Up @@ -136,6 +136,24 @@
"version" : "0.3.0"
}
},
{
"identity" : "swift-docc-plugin",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-docc-plugin",
"state" : {
"revision" : "26ac5758409154cc448d7ab82389c520fa8a8247",
"version" : "1.3.0"
}
},
{
"identity" : "swift-docc-symbolkit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-docc-symbolkit",
"state" : {
"revision" : "b45d1f2ed151d057b54504d653e0da5552844e34",
"version" : "1.0.0"
}
},
{
"identity" : "swift-format",
"kind" : "remoteSourceControl",
Expand Down
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ let package = Package(
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.3"),
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.0"),
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.4.0"),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0"),
.package(url: "https://github.com/onevcat/Rainbow.git", from: "3.0.0"),
.package(url: "https://github.com/mxcl/Version.git", from: "2.0.0"),
],
Expand Down

0 comments on commit acb41f6

Please sign in to comment.