Skip to content

Commit 1c7efda

Browse files
committed
Added missing dependency for publish docs workflow
1 parent 66dd4ee commit 1c7efda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yml

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

2020
- name: Install dependencies
2121
run: |
22-
pip install pydoc-markdown mkdocs
22+
pip install pydoc-markdown mkdocs mkdocs-material
2323
2424
- name: Publish docs
2525
run: |

0 commit comments

Comments
 (0)