We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e849a6e commit da9163fCopy full SHA for da9163f
.github/workflows/deploy.yml
@@ -30,6 +30,5 @@ jobs:
30
path: .cache
31
restore-keys: |
32
mkdocs-material-
33
- - run: pip install mkdocs-material
34
- - run: pip install mkdocs-git-revision-date-localized-plugin
+ - run: pip install -r requirements.txt
35
- run: mkdocs gh-deploy --force
0 commit comments