Skip to content

Commit 5fb889c

Browse files
Rollback markdown to v3.2.0 (#492)
1 parent 3d972c7 commit 5fb889c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/mkdocs-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- name: Publish docs
2525
run: |
2626
pip install --upgrade pip && pip install setuptools mkdocs
27+
pip install markdown==3.2.0
2728
python mkdocs/mkdocs-config/setup.py develop
2829
git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com'
2930
cd mkdocs

0 commit comments

Comments
 (0)