Skip to content

Merge pull request #2448 from GEOS-ESM/hotfix/tclune/#2447-c_ptr #74

Merge pull request #2448 from GEOS-ESM/hotfix/tclune/#2447-c_ptr

Merge pull request #2448 from GEOS-ESM/hotfix/tclune/#2447-c_ptr #74

Workflow file for this run

name: docs
on:
push:
branches:
- main
tags:
- v*
workflow_dispatch:
permissions:
contents: write
jobs:
build-and-deploy-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build and Deploy Docs
uses: ./.github/actions/deploy-ford-docs
with:
ford-input: docs/Ford/docs-with-remote-esmf.md
doc-folder: docs/Ford/doc
token: ${{ secrets.GITHUB_TOKEN }}
build-and-deploy-dev-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build and Deploy Dev Docs
uses: ./.github/actions/deploy-ford-docs
with:
ford-input: docs/Ford/docs-with-remote-esmf.public_private_protected.md
doc-folder: docs/Ford/dev-doc
token: ${{ secrets.GITHUB_TOKEN }}
target-folder: dev-doc