Skip to content

Commit

Permalink
working on docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Jan 9, 2025
1 parent 9e62e36 commit e4312e2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -21,7 +20,7 @@ jobs:
strategy:
matrix:
gcc_ver: ["12"]
mpi: ["mpich", "openmpi"]
mpi: ["mpich"]

steps:

Expand Down

0 comments on commit e4312e2

Please sign in to comment.