rename .tools to tools

This commit is contained in:
kjeld Schouten-Lebbing
2021-05-30 13:14:37 +02:00
parent 8b76a14c73
commit 7e63572201
17 changed files with 12 additions and 12 deletions
+4 -4
View File
@@ -9,9 +9,9 @@ on:
- '**'
paths:
- 'library/**/Chart.yaml'
- '.tools/gen-helm-docs.sh'
- '.tools/templates/docs/**'
- '.tools/templates/app/*.gotmpl'
- 'tools/gen-helm-docs.sh'
- 'tools/templates/docs/**'
- 'tools/templates/app/*.gotmpl'
- '**.gotmpl'
- '**/LICENSE'
- '**LICENSE'
@@ -40,7 +40,7 @@ jobs:
- name: (re)generate docs
run: |
.tools/gen-helm-docs.sh
tools/gen-helm-docs.sh
- name: Copy general readme to website
run: |