Skip to content

Commit

Permalink
Merge pull request #8 from dyllamt/feature/install-helm-docs
Browse files Browse the repository at this point in the history
change install path
  • Loading branch information
dyllamt authored Feb 16, 2024
2 parents 4f050ad + f93c19a commit d56ffc6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,14 @@ jobs:
with:
ref: 'main'

- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '^1.17'

- name: Generate Documentation
run: |
curl -sL https://github.com/norwoodj/helm-docs/releases/latest/download/helm-docs_linux_amd64.tar.gz | tar -xz
sudo mv helm-docs /usr/local/bin/helm-docs
go install github.com/norwoodj/helm-docs/cmd/helm-docs@latest
cd charts
for d in */ ; do
helm-docs -c $d
Expand Down

0 comments on commit d56ffc6

Please sign in to comment.