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

Commit da04436

Browse files
committed
Generate documentation for SwiftDoc module only
1 parent 1dc676f commit da04436

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- master
77
paths:
88
- .github/workflows/documentation.yml
9-
- Sources/**.swift
9+
- Sources/SwiftDoc/**.swift
1010

1111
jobs:
1212
build:
@@ -18,7 +18,7 @@ jobs:
1818
- name: Generate Documentation
1919
uses: SwiftDocOrg/swift-doc@master
2020
with:
21-
inputs: "Sources"
21+
inputs: "Sources/SwiftDoc"
2222
output: "Documentation"
2323
- name: Upload Documentation to Wiki
2424
uses: SwiftDocOrg/github-wiki-publish-action@master

0 commit comments

Comments
 (0)