Skip to content

Commit

Permalink
index repo and push to gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
petar-cvit committed Dec 30, 2024
1 parent ed681e3 commit 0ed3955
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/helm-chart-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
mkdir -p ../packaged
helm package . -d ../packaged
- name: Checkout Target Repository
uses: actions/checkout@v3
with:
Expand All @@ -52,7 +51,10 @@ jobs:
- name: Sync Packaged Helm Charts
run: |
cp -r ./install/packaged/* cyclops-ui.github.io/helm/
cd cyclops-ui.github.io
cd cyclops-ui.github.io/helm
helm repo index . --url https://cyclops-ui.github.io/helm
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
git add helm/
Expand Down

0 comments on commit 0ed3955

Please sign in to comment.