Skip to content

Commit 86ea806

Browse files
committed
chore 🧹(core): implement docs command root (#46)
Signed-off-by: Luis Mayta <[email protected]>
1 parent 18ee342 commit 86ea806

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎Taskfile.yml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ env:
6363
README_YAML: provision/generators/README.yaml
6464
README_TEMPLATE: provision/templates/README.tpl.md
6565
README_INCLUDES: file://
66+
TERRAFORM_PATH: ./
6667

6768
dotenv:
6869
- .env
@@ -135,7 +136,7 @@ tasks:
135136
--out {{.README_FILE}}
136137
--datasource config={{.README_YAML}}
137138
--datasource includes={{.README_INCLUDES}}
138-
- task: terraform:docs:all
139+
- task: terraform:docs:root
139140
- task: prettier
140141

141142
prettier:

0 commit comments

Comments
 (0)