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

v2: Try to fix docs #3419

Merged
merged 2 commits into from
Feb 12, 2025
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
6 changes: 1 addition & 5 deletions .github/actions/deploy-ford-docs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ inputs:
doc-folder:
description: "The folder containing the documentation to deploy"
required: true
token:
description: "The GitHub token to use for authentication"
required: true
target-folder:
description: "The folder to deploy to"
required: false
Expand Down Expand Up @@ -49,7 +46,7 @@ runs:
repository: Goddard-Fortran-Ecosystem/gFTL
path: gFTL
fetch-depth: 1
ref: v1.14.0
ref: v1.15.2

- name: Build gFTL
run: |
Expand All @@ -71,6 +68,5 @@ runs:
if: github.event_name == 'push' && github.repository == 'GEOS-ESM/MAPL' && ( startsWith( github.ref, 'refs/tags/v' ) || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/release/MAPL-v3' )
with:
folder: ${{ inputs.doc-folder }}
token: ${{ inputs.token }}
target-folder: ${{ inputs.target-folder }}

2 changes: 0 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
# relative path to the ford input file.
ford-input: docs-with-remote-esmf.md
doc-folder: docs/Ford/doc
token: ${{ secrets.GITHUB_TOKEN }}

build-and-deploy-dev-docs:
runs-on: ubuntu-latest
Expand All @@ -50,5 +49,4 @@ jobs:
# relative path to the ford input file.
ford-input: docs-with-remote-esmf.public_private_protected.md
doc-folder: docs/Ford/dev-doc
token: ${{ secrets.GITHUB_TOKEN }}
target-folder: dev-doc
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.14/include/v1
../../gFTL/install/GFTL-1.14/include/v2
../../gFTL/install/GFTL-1.15/include/v1
../../gFTL/install/GFTL-1.15/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.14/include/v1
../../gFTL/install/GFTL-1.14/include/v2
../../gFTL/install/GFTL-1.15/include/v1
../../gFTL/install/GFTL-1.15/include/v2
exclude: **/EsmfRegridder.F90
**/FieldBLAS_IntrinsicFunctions.F90
**/GeomManager.F90
Expand Down
4 changes: 2 additions & 2 deletions docs/Ford/ford-ci.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.14/include/v1
../../gFTL/install/GFTL-1.14/include/v2
../../gFTL/install/GFTL-1.15/include/v1
../../gFTL/install/GFTL-1.15/include/v2
exclude: **/EsmfRegridder.F90
**/FieldBLAS_IntrinsicFunctions.F90
**/GeomManager.F90
Expand Down
Loading