Skip to content

Commit

Permalink
try to use spi for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sdidla committed Dec 18, 2023
1 parent 1a0bfd2 commit 91ab8e3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,3 @@ let package = Package(
.testTarget(name: "HatchTests", dependencies: ["Hatch"])
]
)

if ProcessInfo.processInfo.environment["CI"] == "true" {
package.dependencies += [
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
]
}

0 comments on commit 91ab8e3

Please sign in to comment.