We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 224fff5 commit 7856defCopy full SHA for 7856def
.github/workflows/deploy-docs.yml
@@ -2,9 +2,10 @@ name: Build and Deploy Documentation
2
3
on: [push, pull_request]
4
5
+
6
jobs:
7
Build:
- runs-on: ubuntu-latest
8
+ runs-on: ubuntu-22.04
9
10
steps:
11
- name: Checkout code
@@ -13,13 +14,13 @@ jobs:
13
14
- name: Install Dependencies Ubuntu
15
run: |
16
sudo apt-get update
- sudo apt install -y python-dev python build-essential graphviz
17
- sudo pip install ford
+ sudo apt install -y python3-dev python3 build-essential graphviz
18
+ sudo pip install ford markdown==3.3.4
19
20
- name: Build Developer Documenation
21
22
cd doc
- ford ford-documentation.md
23
+ ford ford.md
24
25
- name: Upload Documentation
26
uses: actions/upload-artifact@v2
doc/ford-documentation.md renamed to doc/ford.md
0 commit comments