Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/PDFs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ jobs:
git clone https://github.com/JuliaLang/julia.git $JULIA_SOURCE
git clone https://github.com/JuliaLang/docs.julialang.org.git -b assets --single-branch $JULIA_DOCS
- run: julia --color=yes pdf/make.jl ${{ matrix.buildtype }}
env:
DOCUMENTER_LATEX_DEBUG: ${{ github.workspace }}/latex-debug-logs
- uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: "LaTeX source and logs (${{ matrix.buildtype }})"
path: ${{ github.workspace }}/latex-debug-logs/
retention-days: 7 # reduced from the default 90, builds run daily anyway
- run: julia --color=yes pdf/make.jl commit
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down