Skip to content

Commit

Permalink
fix helm charts index file publication
Browse files Browse the repository at this point in the history
ensure the index.yaml file will be written to the right directory
  • Loading branch information
vbehar committed Sep 11, 2020
1 parent 896c700 commit 3b9b3cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,10 @@ jobs:
CR_GIT_REPO: 'osiris'

- name: Push Helm Charts Index
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v3.7.0-8
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./.cr-index
destination_dir: charts
keep_files: true
enable_jekyll: true

0 comments on commit 3b9b3cd

Please sign in to comment.