Skip to content

wip

wip #4

Workflow file for this run

name: docs
on:
push:
tags:
- 'v*'
branches:
- hlecuyer/feat/generate-automatic-documentation
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
- run: uv run mkdocs gh-deploy --strict --force