Skip to content

Add expected installation time to AWS guide #24

Add expected installation time to AWS guide

Add expected installation time to AWS guide #24

Workflow file for this run

name: Deploy Docs
on:
push:
branches:
- main
workflow_dispatch:
jobs:
publish-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup uv
uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version-file: "pyproject.toml"
- name: Install requirements
run: uv pip install -r requirements.txt
env:
UV_SYSTEM_PYTHON: 1
- run: mkdocs gh-deploy