Skip to content

Bump mkdocs-git-revision-date-localized-plugin from 1.2.4 to 1.2.5 #104

Bump mkdocs-git-revision-date-localized-plugin from 1.2.4 to 1.2.5

Bump mkdocs-git-revision-date-localized-plugin from 1.2.4 to 1.2.5 #104

Workflow file for this run

name: Build and test Poetry
on:
push:
branches-ignore:
- main
jobs:
build:
runs-on: ubuntu-latest
name: Build and Test
steps:
- name: git-checkout
uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version-file: '.python-version'
- name: Setup Poetry
uses: Gr1N/setup-poetry@v9
- name: Install all dependencies
run: poetry install
- name: Build
run: poetry run mkdocs build