Skip to content

Document Engine 1.5.3 #64

Document Engine 1.5.3

Document Engine 1.5.3 #64

Workflow file for this run

name: Documentation
on:
pull_request:
jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Run helm-docs
uses: losisin/helm-docs-github-action@v1
with:
chart-search-root: charts/document-engine
# git-push: true
fail-on-diff: true