Skip to content

Commit 854bd98

Browse files
ci: update doc deployment
1 parent ef3df8e commit 854bd98

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,18 @@ jobs:
77
Build:
88
runs-on: ubuntu-latest
99

10+
env:
11+
FC: gfortran
12+
GCC_V: 12
13+
1014
steps:
1115
- name: Checkout code
12-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1317

1418
- name: Install Dependencies Ubuntu
1519
run: |
1620
sudo apt-get update
17-
sudo apt install -y python-dev python build-essential graphviz
21+
sudo apt install -y gfortran-${GCC_V} python3-dev graphviz
1822
sudo pip install ford
1923
2024
- name: Build Developer Documenation

0 commit comments

Comments
 (0)