Skip to content

Commit

Permalink
Merge pull request #1046 from sphinx-contrib/ci-capture-pdf-output
Browse files Browse the repository at this point in the history
workflows: capture output of pdf runs
  • Loading branch information
jdknight authored Oct 11, 2024
2 parents 83bd159 + 431913b commit ef9cc70
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,13 @@ jobs:
name: sphinxcontrib-confluencebuilder.pdf
path: doc/_build/latex/sphinxconfluencebuilder.pdf
retention-days: 10

- name: Archive PDF Raw Output
uses: actions/upload-artifact@v4
if: always()
with:
name: pdf-output
path: |
doc/_build/latex/sphinxconfluencebuilder.log
doc/_build/latex/sphinxconfluencebuilder.tex
retention-days: 1

0 comments on commit ef9cc70

Please sign in to comment.