Skip to content

Commit

Permalink
fix: 👷 Installing missing command
Browse files Browse the repository at this point in the history
  • Loading branch information
langecode committed Jun 2, 2021
1 parent 709dea1 commit 31b540e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
with:
fetch-depth: 0

- name: Install extra tooling
run: |
GO111MODULE=on go get github.com/norwoodj/helm-docs/cmd/helm-docs
- name: Render documentation
run: |
export PATH=$PATH:$(go env GOPATH)/bin
Expand Down

0 comments on commit 31b540e

Please sign in to comment.