Skip to content

Commit

Permalink
chore: remove tfplugindocs generation step from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ShocOne committed Dec 25, 2024
1 parent 06d83dc commit fe38111
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/generate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ jobs:
indention: 3
config-file: .terraform-docs.yml

- name: Generate tf docs
run: |
go install github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs
cd $GITHUB_WORKSPACE
tfplugindocs generate --examples-dir $GITHUB_WORKSPACE/examples
- name: Check for changes in generated Go docs and formatted Terraform files
id: go-gen-check
run: |
Expand Down

0 comments on commit fe38111

Please sign in to comment.