fix(ci): 🐛 another path missed (#23) #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |