Skip to content

Bump mkdocs-material from 9.6.21 to 9.6.22 #1621

Bump mkdocs-material from 9.6.21 to 9.6.22

Bump mkdocs-material from 9.6.21 to 9.6.22 #1621

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@v5
- uses: actions/setup-python@v6
with:
python-version: '3.x'
- run: pip3 install -r requirements.txt
- run: mkdocs build