Github Action to install Helm Docs. The Github action can enable CI to run helm docs and support multiple flows around docs automation.
| Name | Description | Required | Default |
|---|---|---|---|
version |
Helm Docs version to install | true |
1.7.0 |
jobs:
install-helm-docs:
runs-on: ubuntu-latest
steps:
- name: Install Helm Docs
uses: envoy/install-helm-docs@v1.0.0
with:
# Helm Docs Version to install (Mandatory)
version: 1.7.0
Refer this document to learn more on how to create custom Github Actions (composite)