Skip to content

Publish the github pages as the helm repository (#11) #1

Publish the github pages as the helm repository (#11)

Publish the github pages as the helm repository (#11) #1

Workflow file for this run

name: Deploy Helm Charts to GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./charts
publish_branch: gh-pages