Added installation of mkdocs-macros-plugin to ci setup.

This commit is contained in:
Sascha Wilde 2024-01-24 10:44:43 +01:00
parent 4cc8cb7289
commit d2e418d1fb

View file

@ -1,8 +1,8 @@
name: ci
name: ci
on:
push:
branches:
- master
- master
- main
permissions:
contents: write
@ -20,4 +20,5 @@ jobs:
path: .cache
- run: pip install mkdocs-material
- run: pip install mkdocs-glightbox
- run: pip install mkdocs-macros-plugin
- run: mkdocs gh-deploy --force