Skip to content

pip(deps-dev): bump mkdocs-material from 9.5.31 to 9.5.32 #310

pip(deps-dev): bump mkdocs-material from 9.5.31 to 9.5.32

pip(deps-dev): bump mkdocs-material from 9.5.31 to 9.5.32 #310

Workflow file for this run

---
name: build documentation
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.x
- name: Install Poetry
run: |
pip install poetry
- name: Install Dependencies
run: |
poetry install --only docs
- run: poetry run mkdocs build --strict