Skip to content

Commit 3c6c705

Browse files
authored
Upload LaTeX logs as artifacts (#25)
1 parent 2ae9943 commit 3c6c705

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/PDFs.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ jobs:
4343
git clone https://github.com/JuliaLang/julia.git $JULIA_SOURCE
4444
git clone https://github.com/JuliaLang/docs.julialang.org.git -b assets --single-branch $JULIA_DOCS
4545
- run: julia --color=yes pdf/make.jl ${{ matrix.buildtype }}
46+
env:
47+
DOCUMENTER_LATEX_DEBUG: ${{ github.workspace }}/latex-debug-logs
48+
- uses: actions/upload-artifact@v3
49+
if: ${{ always() }}
50+
with:
51+
name: "LaTeX source and logs (${{ matrix.buildtype }})"
52+
path: ${{ github.workspace }}/latex-debug-logs/
53+
retention-days: 7 # reduced from the default 90, builds run daily anyway
4654
- run: julia --color=yes pdf/make.jl commit
4755
env:
4856
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)