Skip to content

Bump mkdocs-material from 9.5.28 to 9.5.29 #336

Bump mkdocs-material from 9.5.28 to 9.5.29

Bump mkdocs-material from 9.5.28 to 9.5.29 #336

Workflow file for this run

---
name: Test Website Build on PR
on:
pull_request:
branches:
- master
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install -r requirements.txt
- run: mkdocs build