Skip to content

Bump mkdocs-material from 9.5.3 to 9.5.27 #1284

Bump mkdocs-material from 9.5.3 to 9.5.27

Bump mkdocs-material from 9.5.3 to 9.5.27 #1284

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- 'gh-pages'
- 'target'
pull_request:
permissions:
contents: read
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- run: pip3 install -r requirements.txt
- run: mkdocs build