Skip to content

Borg Backups

Borg Backups #1116

Workflow file for this run

name: Test documentation
on:
pull_request:
jobs:
lint-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- name: Install uv
uses: astral-sh/setup-uv@v6
with:
enable-cache: true
cache-dependency-glob: "uv.lock"
activate-environment: true
- name: Install dependencies
run: uv sync --frozen --only-group docs
- name: Build docs
run: uv run task build-docs