Skip to content

fix(ci): 🐛 another path missed (#23) #3

fix(ci): 🐛 another path missed (#23)

fix(ci): 🐛 another path missed (#23) #3

Workflow file for this run

name: Docs Update
on:
push:
branches:
- master
permissions:
contents: write
packages: write
jobs:
generate-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
fetch-depth: 0
- name: Helm Docs GitHub Action
uses: losisin/[email protected]
with:
git-push: true
git-commit-message: "docs(charts): :memo: write updated reademe"
- name: Push changes
run: git push