Skip to content

fix(deps): update dependency mkdocs-material to v9.6.22 #18

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

fix(deps): update dependency mkdocs-material to v9.6.22 #18

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
with:
fetch-depth: 1
- name: Install uv
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7
- name: Install the project
run: uv sync --locked
- name: Build the site with MkDocs
run: uv run mkdocs build --strict