Skip to content

feat(fts)!: add configurable posting block size #5071

feat(fts)!: add configurable posting block size

feat(fts)!: add configurable posting block size #5071

Workflow file for this run

name: Check docs
on:
push:
branches:
- main
- release/**
pull_request:
branches:
- main
- release/**
paths:
- docs/**
- .github/workflows/docs-check.yml
permissions:
contents: read
env:
RUSTFLAGS: "-C debuginfo=0"
# according to: https://matklad.github.io/2021/09/04/fast-rust-builds.html
# CI builds are faster with incremental disabled.
CARGO_INCREMENTAL: "0"
jobs:
# Single deploy job since we're just deploying
check-docs:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: "Set up Python"
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
with:
python-version-file: "docs/pyproject.toml"
- name: Install uv
uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6
with:
enable-cache: true
- name: Check links
working-directory: docs
run: |
uv run mkdocs-linkcheck src