Skip to content

fix(deps): update dependency mkdocs-material to v9.7.0 #28

fix(deps): update dependency mkdocs-material to v9.7.0

fix(deps): update dependency mkdocs-material to v9.7.0 #28

Workflow file for this run

name: Build the site with MkDocs
on:
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
with:
fetch-depth: 1
- name: Install uv
uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7
- name: Install the project
run: uv sync --locked
- name: Build the site with MkDocs
run: uv run mkdocs build --strict