Commit 0cb4800 1 parent 00a9870 commit 0cb4800 Copy full SHA for 0cb4800
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
2
3
3
<!-- markdownlint-disable -->
4
- <a href =" https://cpco.io/homepage " ><img src =" .github/banner.png?raw=true " alt =" Project Banner " /></a ><br />
4
+ <a href =" https://cpco.io/homepage " ><img src =" https://github.com/cloudposse/build-harness/blob/main/ .github/banner.png?raw=true" alt =" Project Banner " /></a ><br />
5
5
<p align =" right " >
6
6
<a href =" https://github.com/cloudposse/build-harness/actions/workflows/docker.yml " ><img src =" https://img.shields.io/github/actions/workflow/status/cloudposse/build-harness/docker.yml?style=for-the-badge " alt =" Build Status " /></a ><a href =" https://github.com/cloudposse/build-harness/releases/latest " ><img src =" https://img.shields.io/github/release/cloudposse/build-harness.svg?style=for-the-badge " alt =" Latest Release " /></a ><a href =" https://github.com/cloudposse/build-harness/commits/master/ " ><img src =" https://img.shields.io/github/last-commit/cloudposse/build-harness/master?style=for-the-badge " alt =" Last Updated " /></a ><a href =" https://slack.cloudposse.com " ><img src =" https://slack.cloudposse.com/for-the-badge.svg " alt =" Slack Community " /></a ></p >
7
7
<!-- markdownlint-restore -->
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ docs/targets.md: docs/deps
18
18
# # Update `docs/terraform.md` from `terraform-docs`
19
19
docs/terraform.md : docs/deps packages/install/terraform-docs
20
20
@echo " <!-- markdownlint-disable -->" > $@ ; \
21
- terraform-docs --lockfile=false md . >> $@ ; \
21
+ terraform-docs --lockfile=false md .$( TERRAFORM_SOURCE_DIR ) >> $@ ; \
22
22
echo " <!-- markdownlint-restore -->" >> $@
23
23
24
24
.PHONY : docs/github-action.md
You can’t perform that action at this time.
0 commit comments