Skip to content

Commit c11bb6b

Browse files
committed
fix(CI): update to ubuntu-latest for ford 7.0.6
1 parent f5280ff commit c11bb6b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55

66
jobs:
77
Build:
8-
runs-on: ubuntu-22.04
8+
runs-on: ubuntu-latest
99

1010
steps:
1111
- name: Checkout code
@@ -15,11 +15,12 @@ jobs:
1515
run: |
1616
sudo apt-get update
1717
sudo apt install -y python3-dev python3 build-essential graphviz
18-
sudo pip install ford markdown==3.3.4
18+
sudo pip install ford
1919
2020
- name: Build Developer Documenation
2121
run: |
2222
cd doc
23+
ford --version
2324
ford ford.md
2425
2526
- name: Upload Documentation

0 commit comments

Comments
 (0)