We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 253b44b commit 8e99aafCopy full SHA for 8e99aaf
.github/workflows/deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
python-version: '3.x'
21
22
- name: Install dependencies
23
- run: pip install mkdocs-material pymdown-extensions
+ run: pip install mkdocs-material "pymdown-extensions>10.5"
24
25
- name: Copy logo into site
26
run: |
0 commit comments