Skip to content

Bump mkdocs-material from 9.5.16 to 9.5.18 #105

Bump mkdocs-material from 9.5.16 to 9.5.18

Bump mkdocs-material from 9.5.16 to 9.5.18 #105

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