Skip to content

Commit

Permalink
fix: test github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob committed Sep 23, 2024
1 parent a74d169 commit dca886f
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
name: Generate helm docs
name: Generate Helm documentation
on:
- pull_request
jobs:
docs:
generate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}

- name: Render helm docs inside the README.md and push changes back to PR branch
uses: shaybentk/[email protected]
with:
working-dir: ./charts/mint
git-push: "true"
- name: Run helm-docs
uses: losisin/helm-docs-github-action@v1

0 comments on commit dca886f

Please sign in to comment.