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 205aa64 commit 41375b3Copy full SHA for 41375b3
.github/workflows/update-docs.yml
@@ -86,6 +86,5 @@ jobs:
86
path: .cache
87
restore-keys: |
88
mkdocs-material-
89
- - run: pip install mkdocs-material
90
- - run: pip install mkdocs-material-extensions
+ - run: pip install -r .github/workflows/mkdocs/requirements.txt
91
- run: mkdocs gh-deploy --force -c -b gh-pages
0 commit comments