We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f625dfa commit 2fb038bCopy full SHA for 2fb038b
.github/workflows/docs.yml
@@ -25,6 +25,7 @@ jobs:
25
restore-keys: |
26
mkdocs-material-
27
- run: pip install .
28
+ - run: pip install -r requirements.txt
29
- run: pip install -r requirements-dev.txt
30
- run: pip install -r requirements-docs.txt
31
- run: pip install mkdocs-material
0 commit comments