Skip to content

Commit

Permalink
view CI logs
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 f982178 commit d86f57c
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/helm-docs.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# Copyright (c) Magistrala
# SPDX-License-Identifier: Apache-2.0

name: Generate Helm Docs

on:
pull_request:
branches:
- '*'
- '*' # Run on all pull requests

jobs:
generate-docs:
Expand All @@ -28,3 +25,11 @@ jobs:
template-files: "README.md.gotmpl"
git-push: false
fail-on-diff: true

# Show the output of the README.md file after it's generated
- name: Show README.md content
run: cat charts/magistrala/README.md

# Show the diff between the current README and the generated one (if fail-on-diff: true fails)
- name: Show README diff
run: git diff charts/magistrala/README.md

0 comments on commit d86f57c

Please sign in to comment.