Skip to content

move workflow to workflow dir #1

move workflow to workflow dir

move workflow to workflow dir #1

Workflow file for this run

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