Skip to content

Bump mkdocs-git-revision-date-localized-plugin from 1.2.8 to 1.2.9 in /.config/mkdocs #2896

Bump mkdocs-git-revision-date-localized-plugin from 1.2.8 to 1.2.9 in /.config/mkdocs

Bump mkdocs-git-revision-date-localized-plugin from 1.2.8 to 1.2.9 in /.config/mkdocs #2896

Workflow file for this run

name: Checking site build
on:
pull_request:
jobs:
mkdocs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- uses: snok/install-poetry@v1
with:
version: 1.3.2
- name: Run mkdocs to check build.
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: ./.config/mkdocs/mkdocs.sh