We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c37204 commit 15b2575Copy full SHA for 15b2575
.github/workflows/ci.yml
@@ -25,5 +25,5 @@ jobs:
25
path: ~/.cache
26
restore-keys: |
27
mkdocs-material-
28
- - run: pip install mkdocs-material "mkdocs-material[imaging]"
+ - run: pip install -r requirements.txt
29
- run: mkdocs gh-deploy --force
0 commit comments