anjoanne/Retype Build Action

Builds documentation using Retype. The built output from this step can be published to the hosting of choice.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Oct 8, 2024
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: anjoanne/ionedocstest@6ebeb3b32e240a20d3389cd0293158dc3edfe8e9 # no releases — HEAD as of 2026-07-12

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
baseValue to override Retype's "base" configno
licenseLicense key to use with Retype. The Retype license key is private. Please store your license key as a GitHub secret.no
configPath 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.
strictAllows 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
namedescription
retype-output-pathPath to the Retype output that can be referenced in other steps within the same workflow.