Skip to content

Commit e0a68e5

Browse files
authored
Update deploy-mkdocs.yml
1 parent 3b4cabb commit e0a68e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-mkdocs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ci
1+
name: deploy-docs
22
on:
33
push:
44
branches:
@@ -25,5 +25,5 @@ jobs:
2525
path: .cache
2626
restore-keys: |
2727
mkdocs-material-
28-
- run: pip install mkdocs-material
28+
- run: pip install mkdocs-material mkdocstrings-python
2929
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)