We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e579f1 commit 85c4296Copy full SHA for 85c4296
1 file changed
.github/workflows/deploy-to-web.yml
@@ -28,7 +28,7 @@ jobs:
28
python-version: 3.x
29
30
- name: Install Material for MkDocs
31
- run: pip install mkdocs-material
+ run: pip install mkdocs-material mkdocs-macros-plugin
32
33
- name: Clean the build directory
34
run: make clean
0 commit comments