Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
liyaka committed Aug 27, 2024
1 parent 2bd9acb commit 717b913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
shell: bash
working-directory: dest
run: |
helm repo index . --url https://raw.githubusercontent.com/comet-ml/public-test/charts/gh-pages/
helm repo index ../src/charts --url https://raw.githubusercontent.com/comet-ml/public-test/gh-pages/
git config user.name "Helm Updater"
git config user.email "actions@users.noreply.github.com"
git add $(git ls-files -o --exclude-standard)
Expand Down

0 comments on commit 717b913

Please sign in to comment.