We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d22cee4 commit 7f51d41Copy full SHA for 7f51d41
2 files changed
.github/workflows/ci.yml
@@ -21,5 +21,5 @@ jobs:
21
path: .cache
22
restore-keys: |
23
mkdocs-material-
24
- - run: pip install mkdocs-material
+ - run: pip install -r requirements.txt
25
- run: mkdocs gh-deploy --force
requirements.txt
@@ -2,4 +2,5 @@ mkdocs
2
mkdocs-material
3
mkdocs-material-extensions
4
mkdocs-minify-plugin
5
-mkdocs-open-in-new-tab
+mkdocs-open-in-new-tab
6
+pymdown-extensions
0 commit comments