diff --git a/.github/workflows/helm-docs.yml b/.github/workflows/helm-docs.yml index 113ab54..6cb56e0 100644 --- a/.github/workflows/helm-docs.yml +++ b/.github/workflows/helm-docs.yml @@ -13,5 +13,5 @@ jobs: with: git-push: true chart-search-root: charts/s3sync-service - template-files: charts/s3sync-service/docs-template.md - output-file: docs/helm-charts.md + template-files: ./docs-template.md + output-file: ../../docs/helm-charts.md