File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 8
8
- " templates/**/*"
9
9
10
10
jobs :
11
- tfplugindocs :
11
+ tfplugindocs-generate :
12
12
# Always run if pull_request was triggered because of paths, but also run if someone commented /docs on a PR
13
13
if : github.event_name == 'pull_request' || (github.event.issue.pull_request && contains(github.event.comment.body, '/docs'))
14
14
runs-on : ubuntu-latest
@@ -20,11 +20,12 @@ jobs:
20
20
ref : ${{ github.event.pull_request.head.ref }}
21
21
- run : |
22
22
export PATH=$PATH:/home/runner/go/bin
23
- make docs
23
+ make docs-prepare
24
+ tfplugindocs generate
24
25
- name : Commit changes
25
26
uses : EndBug/add-and-commit@v9.1.1
26
27
with :
27
28
pull : " --ff"
28
- message : " Update Provider Docs"
29
+ message : " Update Terraform Provider Docs"
29
30
add : " docs/**/*.md"
30
31
default_author : github_actions
You can’t perform that action at this time.
0 commit comments