Skip to content

Commit 2e2dc1f

Browse files
authored
Removed duplicate dependency in docs.yml
1 parent 42d0c7c commit 2e2dc1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
path: .cache
2222
restore-keys: |
2323
mkdocs-material-
24-
- run: pip install mkdocstrings[python] .[docs]
24+
- run: pip install .[docs]
2525
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)