Skip to content

Bump mkdocs-material from 9.6.7 to 9.7.0 #88

Bump mkdocs-material from 9.6.7 to 9.7.0

Bump mkdocs-material from 9.6.7 to 9.7.0 #88

Workflow file for this run

name: Test Pull Request
on:
pull_request:
types: [opened, reopened]
branches: [ main ]
permissions:
contents: write
jobs:
test-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: 3.x
- run: pip install -r requirements.txt
- run: mkdocs build --clean -s