Skip to content

Bump mkdocs-material[imaging] from 9.5.43 to 9.5.44 #15

Bump mkdocs-material[imaging] from 9.5.43 to 9.5.44

Bump mkdocs-material[imaging] from 9.5.43 to 9.5.44 #15

Workflow file for this run

name: Validate mkdocs upon PR
on:
# Runs on PRs targeting the default branch
pull_request:
branches:
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1 # Shallow fetch during validations, breaks mkdocs-git-revision-date-localized-plugin
- uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip' # caching pip dependencies
- run: pip install -r requirements.txt
- run: mkdocs build --verbose