Skip to content

Commit 9e15c55

Browse files
fix(deploy_docs): pin python markdown version
1 parent 73c8540 commit 9e15c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
run: |
1515
sudo apt-get update
1616
sudo apt install -y python3-dev python3 build-essential graphviz
17-
sudo pip install ford
17+
sudo pip install ford markdown==3.3.4
1818
1919
- name: Build Developer Documenation
2020
run: |

0 commit comments

Comments
 (0)