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