Added installation of mkdocs-macros-plugin to ci setup.
This commit is contained in:
parent
4cc8cb7289
commit
d2e418d1fb
1 changed files with 3 additions and 2 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue