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 0c96a48 commit e72191cCopy full SHA for e72191c
.github/workflows/deploy.yml
@@ -29,5 +29,5 @@ jobs:
29
path: ~/.cache
30
restore-keys: |
31
mkdocs-material-
32
- - run: pip install mkdocs-material
+ - run: pip install -r dev_requirements.txt
33
- run: mkdocs gh-deploy --force
0 commit comments