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 88 - " templates/**/*"
99
1010jobs :
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/add-and-commit@v9.1.1
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
You can’t perform that action at this time.
0 commit comments