Skip to content

Bump mkdocs-git-revision-date-localized-plugin from 1.4.5 to 1.5.0 (#… #364

Bump mkdocs-git-revision-date-localized-plugin from 1.4.5 to 1.5.0 (#…

Bump mkdocs-git-revision-date-localized-plugin from 1.4.5 to 1.5.0 (#… #364

Workflow file for this run

name: Deploy docs
on:
push:
branches: [main]
permissions:
contents: write
jobs:
deploy:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Install uv
uses: astral-sh/setup-uv@v6
with:
enable-cache: true
- name: Sync dependencies
run: uv sync
- name: Deploy docs
run: uv run mkdocs gh-deploy --force