Skip to content

Merge pull request #15 from qbeyond/feature/patch_mode #65

Merge pull request #15 from qbeyond/feature/patch_mode

Merge pull request #15 from qbeyond/feature/patch_mode #65

Workflow file for this run

name: Documentation
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Render terraform docs and push changes back to PR
uses: terraform-docs/gh-actions@main
with:
config-file: .terraform-docs.yml
git-push: "true"