Skip to content

Commit

Permalink
feat: add a spi manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
kkostov committed Jun 11, 2023
1 parent 56f7c57 commit a3d92b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ name: Docs

on:
workflow_dispatch:
push:
branches: ["main"]
paths-ignore:
- "*.md"
- ".vscode"
- ".nova"

jobs:
make-docs:
Expand Down
4 changes: 4 additions & 0 deletions .spi.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
version: 1
builder:
configs:
- documentation_targets: [FeedbackBulb, FeedbackBulb.Toolbox]
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ let package = Package(
targets: ["FeedbackBulb.Toolbox"]),
],
dependencies: [
.package(url: "https://github.com/siteline/SwiftUI-Introspect", from: "0.2.3"),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.1.0")
.package(url: "https://github.com/siteline/SwiftUI-Introspect", from: "0.2.3")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit a3d92b9

Please sign in to comment.