Skip to content

Fix dependency review workflow for Dependabot PRs #144

Fix dependency review workflow for Dependabot PRs

Fix dependency review workflow for Dependabot PRs #144

Workflow file for this run

---
name: build documentation
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: mkdocs build --strict