Move docs script to root of repo
This makes it easier for contributors to ensure docs are updated by having the script more easy at hand. Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
@@ -6,7 +6,7 @@ on:
|
||||
paths:
|
||||
- 'charts/**'
|
||||
- '.github/workflows/helm-chart-ci.yml'
|
||||
- '.github/scripts/*.sh'
|
||||
- 'helm-docs.sh'
|
||||
- '.github/kind/conf/kind-config.yaml'
|
||||
|
||||
concurrency:
|
||||
@@ -27,7 +27,7 @@ jobs:
|
||||
uses: actions/[email protected]
|
||||
|
||||
- name: Verify Docs updated
|
||||
run: .github/scripts/helm-docs.sh
|
||||
run: ./helm-docs.sh
|
||||
|
||||
lint-chart:
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
Reference in New Issue
Block a user