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 f7b8e06 commit 936e3a4Copy full SHA for 936e3a4
.github/workflows/gh-pages.yaml
@@ -37,6 +37,6 @@ jobs:
37
restore-keys: |
38
mkdocs-material-
39
40
- - run: pip install mkdocs-material mkdocs-macros-plugin mkdocs-awesome-pages-plugin mkdocs-static-i18n
+ - run: cd docs && pip install -r requirements.txt
41
42
- run: cd docs && mkdocs gh-deploy --force
0 commit comments