Skip to content

Commit a2d369d

Browse files
authored
fix(CI): build ford with Markdown 3.3.4
1 parent 2bb6587 commit a2d369d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: |
1616
sudo apt-get update
1717
sudo apt install -y python3-dev python3 build-essential graphviz
18-
sudo pip install ford
18+
sudo pip install ford markdown==3.3.4
1919
2020
- name: Build Developer Documenation
2121
run: |

0 commit comments

Comments
 (0)