Skip to content

Try to fix broken dashboard (3) #30

Try to fix broken dashboard (3)

Try to fix broken dashboard (3) #30

Workflow file for this run

name: build-helm-chart
on:
push:
branches:
- '**'
workflow_dispatch:
jobs:
build_pr:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Publish Dev Helm charts
uses: stefanprodan/helm-gh-pages@master
with:
token: ${{ github.token }}
charts_dir: "./"
target_dir: "./dev"