File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,15 +73,15 @@ hook-docs: ## Generate documentation for hooks.
7373 if [ -d " docs" ]; then
7474 echo " Docs Folder found at: $$ {dir}/docs"
7575 helm-docs \
76- --template-files=$(HELM_DOCS_DIR ) /templates.gotmpl \
77- --template-files=.helm-docs.gotmpl \
78- --template-files=$(HELM_DOCS_DIR ) /README.DockerHub-Hook.md.gotmpl \
79- --output-file=docs/README.DockerHub-Hook.md
76+ --template-files=" $( HELM_DOCS_DIR) /templates.gotmpl" \
77+ --template-files=" .helm-docs.gotmpl" \
78+ --template-files=" $( HELM_DOCS_DIR) /README.DockerHub-Hook.md.gotmpl" \
79+ --output-file=" docs/README.DockerHub-Hook.md"
8080 helm-docs \
81- --template-files=$(HELM_DOCS_DIR ) /templates.gotmpl \
82- --template-files=.helm-docs.gotmpl \
83- --template-files=$(HELM_DOCS_DIR ) /README.ArtifactHub.md.gotmpl \
84- --output-file=docs/README.ArtifactHub.md
81+ --template-files=" $( HELM_DOCS_DIR) /templates.gotmpl" \
82+ --template-files=" .helm-docs.gotmpl" \
83+ --template-files=" $( HELM_DOCS_DIR) /README.ArtifactHub.md.gotmpl" \
84+ --output-file=" docs/README.ArtifactHub.md"
8585 else
8686 echo " Ignoring Docs creation process for Chart $$ dir, because no ` docs` folder found at: $$ {dir}/docs"
8787 fi
You can’t perform that action at this time.
0 commit comments