Skip to content

Commit

Permalink
feat: auto helm-doc (#310)
Browse files Browse the repository at this point in the history
Signed-off-by: Engin Diri <[email protected]>
  • Loading branch information
dirien authored Dec 29, 2023
1 parent bb44016 commit a658eed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-docs.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Update Documentation

on:
workflow_dispatch:
workflow_run:
workflows:
- "chart-publish"
Expand Down Expand Up @@ -35,6 +36,6 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add README.md
git add charts/node-red/README.md
git commit -m "Update documentation via helm-docs"
git push

0 comments on commit a658eed

Please sign in to comment.