Skip to content

Merge branch 'main' into fix/module #4

Merge branch 'main' into fix/module

Merge branch 'main' into fix/module #4

Workflow file for this run

name: 'Generating documentation'
on:
push:
branches-ignore:
- main
jobs:
build:
name: Documentations
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Regenerate README.md
uses: terraform-docs/gh-actions@main
with:
working-dir: .
output-file: README.md
config-file: .terraform-docs.yml
git-push: true