Skip to content

Commit

Permalink
Upload latex source after test
Browse files Browse the repository at this point in the history
  • Loading branch information
jahn committed Oct 12, 2024
1 parent f8dc519 commit 048df8f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

- name: build docs
run: |
cd doc
Expand Down

0 comments on commit 048df8f

Please sign in to comment.