Skip to content

Commit

Permalink
fix: fix submodule documentation generation (#75)
Browse files Browse the repository at this point in the history
Co-authored-by: dkool <dkool@dkools-MacBook-Pro.local>
  • Loading branch information
dkooll and dkool authored Nov 13, 2024
1 parent c2c0abf commit 186c8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ docs:
for dir in modules/*; do \
if [ -d "$$dir" ]; then \
echo "Processing $$dir..."; \
terraform-docs markdown "$$dir" --output-file "$$dir/README.md" --output-mode inject --hide modules || echo "Skipped: $$dir"; \
(cd "$$dir" && terraform-docs markdown . --output-file README.md --output-mode inject --hide modules) || echo "Skipped: $$dir"; \
fi \
done

Expand Down

0 comments on commit 186c8ab

Please sign in to comment.