From e4312e2c3746082e689c9a3ad96ac6ea196956b0 Mon Sep 17 00:00:00 2001 From: Edward Hartnett Date: Thu, 9 Jan 2025 09:08:12 -0700 Subject: [PATCH] working on docs workflow --- .github/workflows/docs.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 7cd53b527..9785f2420 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,11 +1,10 @@ # This is a CI workflow for the fv3atm project. # -# This workflow builds and tests the fv3atm library using GCC, and it tests -# different CMake build options. +# This workflow builds the fv3atm doxygen documentation. # -# Alex Richert, 6 Dec 2023 +# Ed Hartnett, 1/9/25 -name: GCC +name: docs on: push: branches: @@ -21,7 +20,7 @@ jobs: strategy: matrix: gcc_ver: ["12"] - mpi: ["mpich", "openmpi"] + mpi: ["mpich"] steps: