Skip to content

Commit 58edfb2

Browse files
committed
Fix README render location
1 parent ab6eb1a commit 58edfb2

File tree

3 files changed

+4
-95
lines changed

3 files changed

+4
-95
lines changed

.github/workflows/preview-readme.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
uses: losisin/helm-docs-github-action@v1
2727
with:
2828
git-push: false
29+
output-file: ../../README.md
30+
template-file: ../../README.md.gotmpl
2931

3032
- name: Check for README changes
3133
id: check-changes

.github/workflows/update-readme.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
- name: Render helm docs inside the README.md and push changes back to PR branch
2424
uses: losisin/helm-docs-github-action@v1
2525
with:
26+
output-file: ../../README.md
27+
template-file: ../../README.md.gotmpl
2628
git-push: true
2729
git-push-user-name: "CometActions"
2830
git-push-user-email: "[email protected]"

charts/s3proxy/README.md

Lines changed: 0 additions & 95 deletions
This file was deleted.

0 commit comments

Comments
 (0)