Skip to content

docs updates abt. terraform import #15

docs updates abt. terraform import

docs updates abt. terraform import #15

name: Deploy MKDocs Documentation Website
on:
push:
branches:
- main
paths:
# only build the docs website when
# there's a change on the .md files
- 'docs/**'
jobs:
deploy-mkdocs-docs-website:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- run: pip install mkdocstrings[python]
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force