File tree 3 files changed +10
-4
lines changed
3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 27
27
- name : Run helm-docs
28
28
run : |
29
29
cd helm/
30
- helm-docs --template-files=README.md.gotmpl --output-file=README.md
31
- helm-docs --template-files=configuration-reference.md.gotmpl --sort-values-order=file --output-file=configuration-reference.md
30
+ helm-docs --template-files=helm-docs/ README.md.gotmpl --output-file=README.md
31
+ helm-docs --template-files=helm-docs/ configuration-reference.md.gotmpl --sort-values-order=file --output-file=configuration-reference.md
32
32
mv configuration-reference.md ../docs/configuration-reference.md
33
33
34
34
# Commit and push changes to the same branch
42
42
43
43
# Add and commit changes
44
44
git pull
45
- #cleanup
46
- git rm helm/configuration-reference.md
47
45
git add helm/README.md docs/configuration-reference.md
48
46
git commit -m "Update helm docs" || echo "No changes to commit"
49
47
Original file line number Diff line number Diff line change
1
+ {{- define "chart.githubReadme" -}}
2
+ {{- if .Files.Get "../README.md" -}}
3
+ {{ .Files.Get "../README.md" | nindent 0 }}
4
+ {{- end -}}
5
+ {{- end -}}
6
+
1
7
{{ template "chart.header" . }}
2
8
{{ template "chart.deprecationWarning" . }}
3
9
7
13
8
14
{{ template "chart.homepageLine" . }}
9
15
16
+ {{ template "chart.githubReadme" . }}
17
+
10
18
{{ template "chart.maintainersSection" . }}
11
19
12
20
{{ template "chart.sourcesSection" . }}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments