Skip to content

Bump pymdown-extensions from 10.7.1 to 10.8.1 #102

Bump pymdown-extensions from 10.7.1 to 10.8.1

Bump pymdown-extensions from 10.7.1 to 10.8.1 #102

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