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 1002e48 commit 54e8507Copy full SHA for 54e8507
README.md
@@ -1,5 +1,5 @@
1
# Publish Jazzy Docs to Github Pages
2
-This is a GitHub Action generate and publish [Jazzy](https://github.com/realm/jazzy/) documentation for your Swift and/or Objective-C projects.
+A GitHub Action to generate and publish [Jazzy](https://github.com/realm/jazzy/) documentation for your Swift and/or Objective-C projects.
3
4
## Assumptions
5
This Action expects the following to be true:
action.yml
@@ -1,4 +1,4 @@
-name: "Publish Jazzy Docs:"
+name: "Publish Jazzy Docs"
description: "Generate Swift/Objective-C documentation with Jazzy and publish to Github Pages"
inputs:
config:
0 commit comments