Skip to content

Commit 0c8cc7c

Browse files
authored
Update release.yaml
1 parent 1f8f220 commit 0c8cc7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
- name: Package Helm Chart
2222
run: |
2323
helm package .
24-
helm repo index . --url https://binarycat0.github.io/helm-charts-demo-polaris-persistance-db
24+
helm repo index . --url https://binarycat0.github.io/helm-charts-demo-polaris-persistence-db
2525
2626
- name: Deploy to GitHub Pages
2727
uses: peaceiris/actions-gh-pages@v3
2828
with:
2929
github_token: ${{ secrets.GITHUB_TOKEN }}
3030
publish_dir: .
3131
publish_branch: gh-pages
32-
keep_files: true
32+
keep_files: true

0 commit comments

Comments
 (0)