Skip to content

use insert instead of copy #1117

use insert instead of copy

use insert instead of copy #1117

name: Build documentation
on:
- push
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Install the project
run: uv sync --all-extras --dev
- name: Build docs
run: |
make build-docs