Skip to content

ci: pin mkdocs<2.0 to resolve Material plugin compatibility warnings #3

ci: pin mkdocs<2.0 to resolve Material plugin compatibility warnings

ci: pin mkdocs<2.0 to resolve Material plugin compatibility warnings #3

Workflow file for this run

name: Docs
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install MkDocs Material
run: pip install "mkdocs<2.0" mkdocs-material
- name: Deploy docs
run: mkdocs gh-deploy --force