Skip to content

Commit 8e99aaf

Browse files
committed
pin pymdown version
1 parent 253b44b commit 8e99aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: '3.x'
2121

2222
- name: Install dependencies
23-
run: pip install mkdocs-material pymdown-extensions
23+
run: pip install mkdocs-material "pymdown-extensions>10.5"
2424

2525
- name: Copy logo into site
2626
run: |

0 commit comments

Comments
 (0)