Skip to content

Commit

Permalink
chore: Added helm chart doc generation to doc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dploeger committed Dec 22, 2023
1 parent 51e8c43 commit 684a201
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,17 @@ jobs:
cd /api
swagger generate markdown -f cmd/docs/swagger.json --output api.md
- name: Update helm chart docs
uses: addnab/docker-run-action@v3
with:
image: jnorwood/helm-docs:latest
options: -v ${{ github.workspace }}/charts/vmware-rest-proxy:/helm-docs
run: helm-docs

- name: Add & Commit
uses: EndBug/[email protected]
with:
add: '["cmd/docs", "api.md"]'
add: '["cmd/docs", "api.md", "charts/vmware-rest-proxy/README.md"]'
author_name: "DO! DevOps bot"
author_email: "[email protected]"
message: "docs: Automatic docs update"
Expand Down

0 comments on commit 684a201

Please sign in to comment.