Skip to content

Change JEDI configuration for 3D-VAR with JCB (#188) #471

Change JEDI configuration for 3D-VAR with JCB (#188)

Change JEDI configuration for 3D-VAR with JCB (#188) #471

Workflow file for this run

name: Land DA automatic documentation build
on:
push:
branches: [ "develop" ]
pull_request:
branches: [ "develop" ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: Build HTML
uses: ammaraskar/sphinx-action@dev
with:
docs-folder: "doc/"
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: html-docs
path: doc/build/html/
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
if: github.ref == 'refs/heads/develop'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: doc/build/html/