We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ae9943 commit 3c6c705Copy full SHA for 3c6c705
.github/workflows/PDFs.yml
@@ -43,6 +43,14 @@ jobs:
43
git clone https://github.com/JuliaLang/julia.git $JULIA_SOURCE
44
git clone https://github.com/JuliaLang/docs.julialang.org.git -b assets --single-branch $JULIA_DOCS
45
- 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
54
- run: julia --color=yes pdf/make.jl commit
55
env:
56
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments