Skip to content

Upgrade to the latest mkdocs / material #71

Upgrade to the latest mkdocs / material

Upgrade to the latest mkdocs / material #71

Workflow file for this run

name: Publish
on:
push:
branches:
- master
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v5
with:
fetch-depth: '0'
- name: Configure `git` credentials
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- uses: astral-sh/setup-uv@v6
- run: uv sync --all-extras --dev
- run: uv run mkdocs gh-deploy --force