Skip to content

Bump mkdocs-material from 9.1.15 to 9.1.16 (#382) #1065

Bump mkdocs-material from 9.1.15 to 9.1.16 (#382)

Bump mkdocs-material from 9.1.15 to 9.1.16 (#382) #1065

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