Skip to content

Commit 0687e71

Browse files
update PR workflow to use adjusted docs generation
1 parent 4a4c55f commit 0687e71

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pull_request.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
- name: Generate Docs
1414
run: |
1515
export PATH=$PATH:/home/runner/go/bin
16-
make docs-prepare
17-
tfplugindocs generate
16+
make docs
1817
- name: Validate No Changes
1918
run: |
2019
git diff --exit-code

0 commit comments

Comments
 (0)