Skip to content

Commit

Permalink
Merge pull request #206 from deploymenttheory/feat_intune_settings_te…
Browse files Browse the repository at this point in the history
…mplates

Refactor terraform-docs workflow to simplify working directory and re…
  • Loading branch information
ShocOne authored Nov 18, 2024
2 parents e228d52 + aaec187 commit a246fd9
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/terraform-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,11 @@ jobs:
- name: Render terraform docs for microsoft365_graph
uses: terraform-docs/gh-actions@v1.3.0
with:
working-dir: examples/microsoft365_graph
working-dir: examples/
find-dir: .
output-file: README.md
output-method: inject
git-push: "false"

- name: Render terraform docs for microsoft365_graph_beta
uses: terraform-docs/gh-actions@v1.3.0
with:
working-dir: examples/microsoft365_graph_beta
recursive: true
recursive-path: "/*"
output-file: README.md
output-method: inject
git-push: "false"

- name: Commit and push changes
run: |
Expand Down

0 comments on commit a246fd9

Please sign in to comment.