Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
Signed-off-by: JeffMboya <[email protected]>
  • Loading branch information
JeffMboya committed Sep 11, 2024
1 parent 0b9fc3c commit f982178
Show file tree
Hide file tree
Showing 2 changed files with 324 additions and 233 deletions.
32 changes: 24 additions & 8 deletions .github/workflows/helm-docs.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,30 @@
name: Update Chart Metadata
# Copyright (c) Magistrala
# SPDX-License-Identifier: Apache-2.0

name: Generate Helm Docs

on:
pull_request:
branches:
- '*'

jobs:
update-chart-metadata:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gabe565/[email protected]
- run: helm-docs
jobs:
generate-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 0

- name: Generate Helm Docs
uses: losisin/[email protected]
with:
chart-search-root: "charts/magistrala"
values-file: "values.yaml"
output-file: "README.md"
template-files: "README.md.gotmpl"
git-push: false
fail-on-diff: true
Loading

0 comments on commit f982178

Please sign in to comment.