Skip to content

Commit fad55c1

Browse files
authored
Update docs.yaml
1 parent 7563d61 commit fad55c1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/docs.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- "templates/**/*"
99

1010
jobs:
11-
tfplugindocs:
11+
tfplugindocs-generate:
1212
# Always run if pull_request was triggered because of paths, but also run if someone commented /docs on a PR
1313
if: github.event_name == 'pull_request' || (github.event.issue.pull_request && contains(github.event.comment.body, '/docs'))
1414
runs-on: ubuntu-latest
@@ -20,11 +20,12 @@ jobs:
2020
ref: ${{ github.event.pull_request.head.ref }}
2121
- run: |
2222
export PATH=$PATH:/home/runner/go/bin
23-
make docs
23+
make docs-prepare
24+
tfplugindocs generate
2425
- name: Commit changes
2526
uses: EndBug/[email protected]
2627
with:
2728
pull: "--ff"
28-
message: "Update Provider Docs"
29+
message: "Update Terraform Provider Docs"
2930
add: "docs/**/*.md"
3031
default_author: github_actions

0 commit comments

Comments
 (0)