Skip to content

Commit

Permalink
Create documentation.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
filatov0120 authored Feb 14, 2024
1 parent c80957d commit 055d8f9
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Generate terraform READme
on:
push:
branches:
- main
jobs:
docs:
permissions: write-all
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: main

- name: Generate TF Docs
uses: terraform-docs/[email protected]
with:
working-dir: .
output-file: README.md
output-method: inject
git-push: "true"

0 comments on commit 055d8f9

Please sign in to comment.