anjoanne/Retype Build Action
Builds documentation using Retype. The built output from this step can be published to the hosting of choice.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 8, 2024
- License
- Apache 2.0
Pinned Snippet
uses: anjoanne/ionedocstest@6ebeb3b32e240a20d3389cd0293158dc3edfe8e9 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| base | Value to override Retype's "base" config | no | — |
| license | License key to use with Retype. The Retype license key is private. Please store your license key as a GitHub secret. | no | — |
| config | Path to the retype.yml file. May point to a directory, a JSON or YAML file. When a directory, Retype will look for 'retype.[yml|yaml|json]' in that directory and use it. If it is a file, Retype will use it regardless. | — | — |
| strict | Allows the build to return a non-zero exit code if it encounters any errors or warnings. This can be particularly helpful for developers when they need to validate the stability of their builds. Default is false. | no | — |
Outputs
| name | description |
|---|---|
| retype-output-path | Path to the Retype output that can be referenced in other steps within the same workflow. |