Skip to content

Commit 0c5474d

Browse files
committed
fix: Add missing dependency
1 parent 44f17e0 commit 0c5474d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install dependencies
2020
run: |
2121
python -m pip install --upgrade pip
22-
pip install mkdocs mkdocs-gen-files
22+
pip install mkdocs mkdocs-gen-files mkdocs-material
2323
- run: git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com'
2424
- name: Publish docs
2525
run: mkdocs gh-deploy

0 commit comments

Comments
 (0)