Skip to content

Add recent updates to changelog #16

Add recent updates to changelog

Add recent updates to changelog #16

Workflow file for this run

name: Publish latest documentation
on:
push:
branches:
- master
jobs:
documentation:
name: Build and deploy documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: astral-sh/setup-uv@v5
with:
enable-cache: true
python-version: "3.12"
- run: uvx --with mkdocs-material==9 mkdocs@1.6 gh-deploy --force