Skip to content

Build docs

Build docs #13

Workflow file for this run

name: Build docs
on:
workflow_dispatch:
jobs:
build_docs:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
python-version: ["3.11"]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Poetry environment
uses: ./.github/setup-poetry-env
with:
python-version: ${{ matrix.python-version }}
- name: Run mkdocs
run: poetry run mkdocs gh-deploy --force