Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
glangeveld authored May 3, 2024
1 parent e464d5e commit 20f5c67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ jobs:
- name: Package Helm Charts
run: |
helm package websql
mkdir -p docs
mv *.tgz docs/
- name: Generate Helm Repository Index
run: helm repo index --url https://atcomputing.github.io/websql-charts .
run: helm repo index --url https://atcomputing.github.io/websql-charts --merge docs/index.yaml docs

- name: Commit Changes
run: |
Expand Down

0 comments on commit 20f5c67

Please sign in to comment.