Skip to content

Commit 0af4d70

Browse files
committed
ci: update workflow
1 parent 855706e commit 0af4d70

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/documentation.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
output-file: README.md
2222
output-method: replace
2323
git-push: true
24+
template: |
25+
<!-- BEGIN_TF_DOCS -->\n{{ .Content }}\n<!-- END_TF_DOCS -->\n{{- printf "\n" -}}
2426
2527
- name: Commit changes
2628
run: |

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
output-file: README.md
3333
output-method: replace
3434
git-push: true
35+
template: <!-- BEGIN_TF_DOCS -->\n{{ .Content }}\n<!-- END_TF_DOCS -->\n{{- printf "\n" -}}
3536

3637

3738
collectInputs:

0 commit comments

Comments
 (0)