Skip to content

Commit ff95ce6

Browse files
committed
update Helm docs
1 parent 9fd5a7f commit ff95ce6

File tree

3 files changed

+5
-24
lines changed

3 files changed

+5
-24
lines changed

.github/workflows/helm-docs.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,13 @@ jobs:
2727
- name: Run helm-docs
2828
run: |
2929
cd helm/
30-
helm-docs --template-files=helm-docs/README.md.gotmpl --output-file=README.md
3130
helm-docs --template-files=helm-docs/configuration-reference.md.gotmpl --sort-values-order=file --output-file=configuration-reference.md
3231
mv configuration-reference.md ../docs/configuration-reference.md
3332
33+
- name: Copy README.md from root
34+
run: |
35+
cp ../README.md README.md
36+
3437
# Commit and push changes to the same branch
3538
- name: Commit and push changes
3639
env:

helm/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: supersonic
3-
description: A Helm chart for SuperSONIC
3+
description: Server infrastructure for inference-as-a-service in large scientific experiments.
44
icon: https://github.com/fastmachinelearning/SuperSONIC/blob/master/docs/img/SuperSONIC_small_512.png?raw=true
55
version: 0.1.0
66
type: application

helm/helm-docs/README.md.gotmpl

-22
This file was deleted.

0 commit comments

Comments
 (0)