Skip to content

Bump mkdocs-material from 9.5.39 to 9.5.42 (#161) #67

Bump mkdocs-material from 9.5.39 to 9.5.42 (#161)

Bump mkdocs-material from 9.5.39 to 9.5.42 (#161) #67

Workflow file for this run

name: mkdocs-build
on:
push:
branches:
- main
jobs:
deploy-gh-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: 3.12
- run: pip install --disable-pip-version-check -r requirements.txt
- run: mkdocs gh-deploy --force