We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7b8e06 + 936e3a4 commit d61383aCopy full SHA for d61383a
.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