We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1cac9 commit cc2098cCopy full SHA for cc2098c
Changelog.md
@@ -23,6 +23,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
- Fixed relationship diagram to prevent linking to unknown symbols.
24
#178 by @MattKiazyk.
25
26
+### Changed
27
+
28
+- Changed GitHub Action to use prebuilt Docker image.
29
+ #185 by @mattt and @MaxDesiatov.
30
31
## [1.0.0-beta.4] - 2020-07-31
32
33
### Added
action.yml
@@ -23,7 +23,7 @@ inputs:
runs:
using: "docker"
- image: "Dockerfile"
+ image: "docker://swiftdoc/swift-doc:latest"
args:
[
generate,
0 commit comments