CI install pymdown-extensions from pip
All checks were successful
Build documentation / build-and-deploy (push) Successful in 26s

This commit is contained in:
2026-01-16 20:28:26 +01:00
parent ddbb66b5e4
commit ab8093cc6c

View File

@@ -25,7 +25,7 @@ jobs:
- name: Install mkdocs - name: Install mkdocs
run: | run: |
pip install --upgrade pip pip install --upgrade pip
pip install mkdocs mkdocs-material pip install mkdocs mkdocs-material pymdown-extensions
- name: Build - name: Build
run: make docs run: make docs