Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 07e687b

Browse files
committedSep 25, 2020
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 8225581 commit 07e687b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.