We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8f220 commit 0c8cc7cCopy full SHA for 0c8cc7c
.github/workflows/release.yaml
@@ -21,12 +21,12 @@ jobs:
21
- name: Package Helm Chart
22
run: |
23
helm package .
24
- helm repo index . --url https://binarycat0.github.io/helm-charts-demo-polaris-persistance-db
+ helm repo index . --url https://binarycat0.github.io/helm-charts-demo-polaris-persistence-db
25
26
- name: Deploy to GitHub Pages
27
uses: peaceiris/actions-gh-pages@v3
28
with:
29
github_token: ${{ secrets.GITHUB_TOKEN }}
30
publish_dir: .
31
publish_branch: gh-pages
32
- keep_files: true
+ keep_files: true
0 commit comments