Skip to content

Merge pull request #2399 from GEOS-ESM/hotfix/bmauer/fixes-#2398 #66

Merge pull request #2399 from GEOS-ESM/hotfix/bmauer/fixes-#2398

Merge pull request #2399 from GEOS-ESM/hotfix/bmauer/fixes-#2398 #66

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@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