Skip to content

update terraform example #20

update terraform example

update terraform example #20

Workflow file for this run

name: github-pages
on:
push:
branches:
- master
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: pip install -r requirements.txt
- run: mkdocs gh-deploy --force