Merge pull request #83 from Azure-Terraform/enable-dependabot #206
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Generate docs | |
on: [push, pull_request] | |
jobs: | |
docs: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
ref: ${{ github.event.pull_request.head.ref }} | |
- name: Storage Account Module Docs | |
uses: terraform-docs/[email protected] | |
with: | |
working-dir: . | |
output-file: README.md | |
output-method: inject | |
git-push: "true" |