Skip to content

Document Engine 1.15.0 #486

Document Engine 1.15.0

Document Engine 1.15.0 #486

Workflow file for this run

name: Documentation
on:
pull_request:
permissions:
contents: read
jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Run helm-docs for Document Engine
uses: losisin/helm-docs-github-action@v1
with:
chart-search-root: charts/document-engine
# git-push: true
fail-on-diff: true
- name: Run helm-docs for AI Assistant
uses: losisin/helm-docs-github-action@v1
with:
chart-search-root: charts/ai-assistant
# git-push: true
fail-on-diff: true