Skip to content

Commit

Permalink
ci: make tf doc gen only generate docs for modules folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tafaust committed Mar 31, 2024
1 parent 8072764 commit f586880
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tf-doc-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ jobs:
- name: Inject terraform docs for every module
uses: terraform-docs/[email protected]
with:
working-dir: .
working-dir: "./modules/"
output-file: README.md
output-method: inject
recursive: "true"
recursive-path: "."
git-push: "true"
git-push-sign-off: "true"

0 comments on commit f586880

Please sign in to comment.