Skip to content

Automated upload open-cluster-management-io/multicluster-controlplane… #44

Automated upload open-cluster-management-io/multicluster-controlplane…

Automated upload open-cluster-management-io/multicluster-controlplane… #44

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: Update Helm index
run: |
helm repo index charts --url https://open-cluster-management.io/helm-charts
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./charts
publish_branch: gh-pages