From 24964bb8c712c189cbf1e04e4569f322085e76b9 Mon Sep 17 00:00:00 2001 From: Oliver Jahn Date: Fri, 11 Oct 2024 08:44:11 -0400 Subject: [PATCH] Upload latex source after test --- .github/workflows/build_testing.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/build_testing.yml b/.github/workflows/build_testing.yml index f1c0a7e8bb..95c3cb65ff 100644 --- a/.github/workflows/build_testing.yml +++ b/.github/workflows/build_testing.yml @@ -151,6 +151,17 @@ jobs: - name: install dependencies run: tools/ci/install_doc_dependencies.sh + - name: build docs + run: | + cd doc + make clean latex + + - name: Upload tex source + uses: actions/upload-artifact@v4 + with: + name: latex-source + path: doc/_build/latex/MITgcm.tex + - name: build docs run: | cd doc