Skip to content

Commit 85c4296

Browse files
Install mkdocs macro plugin for pages CI (#136)
1 parent 6e579f1 commit 85c4296

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-to-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python-version: 3.x
2929

3030
- name: Install Material for MkDocs
31-
run: pip install mkdocs-material
31+
run: pip install mkdocs-material mkdocs-macros-plugin
3232

3333
- name: Clean the build directory
3434
run: make clean

0 commit comments

Comments
 (0)