From 5910f1b9aa6470c83d4edb0ed6068e5a3bbd8e4d Mon Sep 17 00:00:00 2001 From: JeffMboya Date: Wed, 11 Sep 2024 10:33:06 +0300 Subject: [PATCH] view CI logs Signed-off-by: JeffMboya --- .github/workflows/helm-docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-docs.yaml b/.github/workflows/helm-docs.yaml index 484981e..ce22adf 100644 --- a/.github/workflows/helm-docs.yaml +++ b/.github/workflows/helm-docs.yaml @@ -24,7 +24,7 @@ jobs: output-file: "README.md" template-files: "README.md.gotmpl" git-push: false - fail-on-diff: true + fail-on-diff: false # Show the output of the README.md file after it's generated - name: Show README.md content