File tree 3 files changed +5
-24
lines changed
3 files changed +5
-24
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,13 @@ jobs:
27
27
- name : Run helm-docs
28
28
run : |
29
29
cd helm/
30
- helm-docs --template-files=helm-docs/README.md.gotmpl --output-file=README.md
31
30
helm-docs --template-files=helm-docs/configuration-reference.md.gotmpl --sort-values-order=file --output-file=configuration-reference.md
32
31
mv configuration-reference.md ../docs/configuration-reference.md
33
32
33
+ - name : Copy README.md from root
34
+ run : |
35
+ cp ../README.md README.md
36
+
34
37
# Commit and push changes to the same branch
35
38
- name : Commit and push changes
36
39
env :
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : supersonic
3
- description : A Helm chart for SuperSONIC
3
+ description : Server infrastructure for inference-as-a-service in large scientific experiments.
4
4
icon : https://github.com/fastmachinelearning/SuperSONIC/blob/master/docs/img/SuperSONIC_small_512.png?raw=true
5
5
version : 0.1.0
6
6
type : application
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments