Skip to content

Use content title as page title in content bodies #147

Use content title as page title in content bodies

Use content title as page title in content bodies #147

Workflow file for this run

name: Test
on:
push:
branches: [ "main" ]
workflow_dispatch:
jobs:
test:
uses: ./.github/workflows/pytest.yml
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
with:
python-version: ${{ matrix.python-version }}