Skip to content

Merge pull request #2293 from GEOS-ESM/hotfix/tclune/#2292-nag+esmf-c… #57

Merge pull request #2293 from GEOS-ESM/hotfix/tclune/#2292-nag+esmf-c…

Merge pull request #2293 from GEOS-ESM/hotfix/tclune/#2292-nag+esmf-c… #57

Workflow file for this run

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