Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
netic-rkm committed Jan 10, 2024
1 parent 89dcdb7 commit 8a56b4b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,7 @@ 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 --ignore-submodules --refresh
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 8a56b4b

Please sign in to comment.