Skip to content

Commit

Permalink
wip: πŸ”• temporary commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tarampampam committed Jan 31, 2025
1 parent 619d385 commit 5317ec0
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,20 @@ jobs:
steps:
- uses: actions/checkout@v4
with: {ref: gh-pages}
- uses: azure/setup-helm@v4
- run: |
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor }}@users.noreply.github.com"
- uses: actions/download-artifact@v4
with: {name: helm-chart, path: ./charts}
with: {name: helm-chart, path: ./helm-charts}
- run: |
helm repo index \
--url https://${{ github.actor }}.github.io/${{ github.event.repository.name }}/helm-charts/ \
--merge \
./helm-charts/index.yaml \
./helm-charts
- run: tree -H '.' --noreport --dirsfirst -T 'Index' --charset utf-8 -P "*.tgz" -o ./index.html
- run: |
git add '*.tgz' index.html
git add 'helm-charts/*' index.html
git commit -m "Add the helm chart"
git push origin gh-pages

0 comments on commit 5317ec0

Please sign in to comment.