From d3f976c2adb669c91d3f071cf982a190738a48c0 Mon Sep 17 00:00:00 2001 From: Rasmus K Madsen Date: Wed, 10 Jan 2024 09:40:30 +0100 Subject: [PATCH] debug gthub actions --- .github/workflows/cd.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index c2e3f41..8670368 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -32,6 +32,7 @@ jobs: export PATH=$PATH:$(go env GOPATH)/bin helm-docs git update-index -q --ignore-submodules --refresh + git diff-files --ignore-submodules -- if ! git diff-files --quiet --ignore-submodules -- ; then echo Generating documentation caused a change - did you forget to run 'helm-docs' before commit? exit 1