Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix up Ford Docs #2668

Merged
merged 1 commit into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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