Skip to content

Commit 3a748c8

Browse files
committed
chore: add mkdocs-material to deployment dependencies in workflow configuration
1 parent fd0e847 commit 3a748c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Install MkDocs and dependencies
2424
run: |
25-
pip install mkdocs pymdown-extensions
25+
pip install mkdocs mkdocs-material pymdown-extensions
2626
2727
- name: Deploy to GitHub Pages
2828
run: |

0 commit comments

Comments
 (0)