Skip to content

Commit

Permalink
github actions debug
Browse files Browse the repository at this point in the history
  • Loading branch information
netic-rkm committed Jan 10, 2024
1 parent f8a8d76 commit 3938bb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
export PATH=$PATH:$(go env GOPATH)/bin
helm-docs
git update-index -q --ignore-submodules --refresh
git diff README.md
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?
Expand Down

0 comments on commit 3938bb2

Please sign in to comment.