We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc2c223 commit 8c7dfadCopy full SHA for 8c7dfad
.github/workflows/docs.yml
@@ -25,5 +25,6 @@ jobs:
25
path: ~/.cache
26
restore-keys: |
27
mkdocs-material-
28
+ - run: pip install -e .
29
- run: pip install mkdocs-material mkdocstrings[python]
30
- run: mkdocs gh-deploy --force
0 commit comments