Skip to content

Run mkdocs with uv

Run mkdocs with uv #82

Workflow file for this run

# This file is autogenerated by maturin v1.7.1
# To update, run
#
# maturin generate-ci github
#
name: CI
on:
push:
branches:
- 'test-ci'
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v3
with:
version: "latest"
enable-cache: true
- name: Install dependencies
run: uv sync --dev
- name: Build docs
run: cd docs && uv run mkdocs build