Skip to content

Merge pull request #75 from iblazhko/feat/helm-transform-config #103

Merge pull request #75 from iblazhko/feat/helm-transform-config

Merge pull request #75 from iblazhko/feat/helm-transform-config #103

Workflow file for this run

name: Helm Publish
on:
push:
paths:
- 'charts/**'
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: J12934/helm-gh-pages-action@master
with:
access-token: ${{ secrets.ACCESS_TOKEN }}
deploy-branch: gh-pages