Skip to content

Commit

Permalink
Check the files in the _build/latex directory
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Jan 11, 2025
1 parent 755505c commit 077bfb2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,12 @@ jobs:
# Build the documentation
- name: Build the documentation
run: make -C doc clean html pdf
run: make -C doc clean html

- name: Build the PDF
run: |
make -C doc pdf
ls -lh doc/_build/latex/*
# Temporarily upload the built PDF to the artifacts
- name: Upload PDF to artifacts
Expand Down

0 comments on commit 077bfb2

Please sign in to comment.