Skip to content

Commit

Permalink
Use upstream swift-doc with prebuilt Docker image (#77)
Browse files Browse the repository at this point in the history
Thanks to SwiftDocOrg/swift-doc#111 we probably no longer need to use a forked version of `swift-doc`.
  • Loading branch information
MaxDesiatov committed Sep 25, 2020
1 parent 8225581 commit 07e687b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Generate Documentation
uses: MaxDesiatov/swift-doc@prebuilt-image
uses: SwiftDocOrg/swift-doc@master
with:
inputs: "Sources"
module-name: JavaScriptKit
Expand Down

0 comments on commit 07e687b

Please sign in to comment.