Skip to content

chore(deps): update actions/checkout action to v6 #29

chore(deps): update actions/checkout action to v6

chore(deps): update actions/checkout action to v6 #29

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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
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