Skip to content

Commit

Permalink
fix(ci): adjust lago-gh pages with correct endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
electrosenpai committed Sep 23, 2024
1 parent 9b30b6b commit 8e2740d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
name: Release Charts

on:
push:
branches:
- main

jobs:
release:
permissions:
Expand Down Expand Up @@ -28,7 +35,7 @@ jobs:
- name: Deploy to GitHub Pages
run: |
git checkout gh-pages
helm repo index . --url https://<username>.github.io/<repo>
helm repo index . --url https://getlago.github.io/lago-helm-charts
git add .
git commit -m "Update Helm repo index"
git push origin gh-pages

0 comments on commit 8e2740d

Please sign in to comment.