Skip to content

Commit ee6699b

Browse files
authored
Use upstream swift-doc with prebuilt Docker image (#77)
Thanks to SwiftDocOrg/swift-doc#111 we probably no longer need to use a forked version of `swift-doc`.
1 parent 513075d commit ee6699b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v1
1313
- name: Generate Documentation
14-
uses: MaxDesiatov/swift-doc@prebuilt-image
14+
uses: SwiftDocOrg/swift-doc@master
1515
with:
1616
inputs: "Sources"
1717
module-name: JavaScriptKit

0 commit comments

Comments
 (0)