From 2f74d85ff87b637269a3acfd90574517a0a5ff1b Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Fri, 22 Mar 2024 12:36:46 -0400 Subject: [PATCH] Fix up Ford Docs --- .github/actions/deploy-ford-docs/action.yml | 7 +++++-- docs/Ford/docs-with-remote-esmf.md | 4 ++-- .../Ford/docs-with-remote-esmf.public_private_protected.md | 4 ++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/actions/deploy-ford-docs/action.yml b/.github/actions/deploy-ford-docs/action.yml index 26ca971441d3..9d69fbe2a0a5 100644 --- a/.github/actions/deploy-ford-docs/action.yml +++ b/.github/actions/deploy-ford-docs/action.yml @@ -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' @@ -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: | diff --git a/docs/Ford/docs-with-remote-esmf.md b/docs/Ford/docs-with-remote-esmf.md index 641f0c6ed2be..342fa3ad03e8 100644 --- a/docs/Ford/docs-with-remote-esmf.md +++ b/docs/Ford/docs-with-remote-esmf.md @@ -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 diff --git a/docs/Ford/docs-with-remote-esmf.public_private_protected.md b/docs/Ford/docs-with-remote-esmf.public_private_protected.md index 24eb948ee0a1..a37dc2d76c96 100644 --- a/docs/Ford/docs-with-remote-esmf.public_private_protected.md +++ b/docs/Ford/docs-with-remote-esmf.public_private_protected.md @@ -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