Skip to content

Commit

Permalink
Merge pull request #4 from neticdk/debug-actions
Browse files Browse the repository at this point in the history
actions fix
  • Loading branch information
netic-rkm authored Jan 10, 2024
2 parents 1f368fd + 53abb84 commit dd59d1e
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,16 @@ jobs:
go install github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb@latest
go install github.com/norwoodj/helm-docs/cmd/helm-docs@v1.12.0
- name: Render documentation
run: |
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?
exit 1
fi
# - name: Render documentation
# run: |
# export PATH=$PATH:$(go env GOPATH)/bin
# helm-docs
# git update-index --ignore-submodules --refresh
# git diff --exit-code
# if ! git diff --exit-code ; then
# echo Generating documentation caused a change - did you forget to run 'helm-docs' before commit?
# exit 1
# fi

#
# Deploy
Expand Down

0 comments on commit dd59d1e

Please sign in to comment.