We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88ff584 commit cb48208Copy full SHA for cb48208
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
path: .cache
22
restore-keys: |
23
mkdocs-material-
24
- - run: pip install requirements.txt
+ - run: pip install -r docs/requirements.txt
25
- run: pip install mkdocs-material
26
- run: mkdocs gh-deploy --force
27
0 commit comments