Skip to content

Commit

Permalink
Merge pull request #2668 from GEOS-ESM/hotfix/mathomp4/fix-docs
Browse files Browse the repository at this point in the history
Fix up Ford Docs
  • Loading branch information
tclune committed Mar 22, 2024
2 parents c5707a2 + 2f74d85 commit d5dbe8d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions .github/actions/deploy-ford-docs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
shell: bash

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'

Expand All @@ -41,12 +41,15 @@ runs:
run: cpp --version
shell: bash

# If you change the ref below make sure to change
# the gFTL version in the Ford control files as well!
- name: Checkout gFTL
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: Goddard-Fortran-Ecosystem/gFTL
path: gFTL
fetch-depth: 1
ref: v1.13.0

- name: Build gFTL
run: |
Expand Down
4 changes: 2 additions & 2 deletions docs/Ford/docs-with-remote-esmf.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ coloured_edges: true
graph_maxdepth: 4
graph_maxnodes: 32
include: ../../include/
../../gFTL/install/GFTL-1.11/include/v1
../../gFTL/install/GFTL-1.11/include/v2
../../gFTL/install/GFTL-1.13/include/v1
../../gFTL/install/GFTL-1.13/include/v2
exclude: **/EsmfRegridder.F90
**/FieldBLAS_IntrinsicFunctions.F90
**/GeomManager.F90
Expand Down
4 changes: 2 additions & 2 deletions docs/Ford/docs-with-remote-esmf.public_private_protected.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ coloured_edges: true
graph_maxdepth: 4
graph_maxnodes: 32
include: ../../include/
../../gFTL/install/GFTL-1.11/include/v1
../../gFTL/install/GFTL-1.11/include/v2
../../gFTL/install/GFTL-1.13/include/v1
../../gFTL/install/GFTL-1.13/include/v2
exclude: **/EsmfRegridder.F90
**/FieldBLAS_IntrinsicFunctions.F90
**/GeomManager.F90
Expand Down

0 comments on commit d5dbe8d

Please sign in to comment.