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 458c185 commit 9cee4e0Copy full SHA for 9cee4e0
.github/workflows/deploy_mkdocs.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install dependencies
29
run: |
30
python -m pip install --upgrade pip
31
- python -m pip install mkdocs mkdocs-material pygments
+ python -m pip install -r docs/requirements.txt
32
33
- name: Deploy docs
34
run: mkdocs gh-deploy --force -f docs/mkdocs.yml
docs/requirements.txt
@@ -0,0 +1,4 @@
1
+mkdocs
2
+pymdown-extensions
3
+mkdocs-material
4
+pygments
0 commit comments