Skip to content

Merge pull request #3002 from uktrade/refactor/move-to-tf-aws-5-35-0 #448

Merge pull request #3002 from uktrade/refactor/move-to-tf-aws-5-35-0

Merge pull request #3002 from uktrade/refactor/move-to-tf-aws-5-35-0 #448

Workflow file for this run

name: docs
on:
push:
branches:
- master
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.11
- uses: actions/cache@v2
with:
key: ${{ github.ref }}
path: .cache
- run: pip install -r requirements-docs.txt
- run: mkdocs gh-deploy --force