Skip to content

Commit ef9cc70

Browse files
authored
Merge pull request #1046 from sphinx-contrib/ci-capture-pdf-output
workflows: capture output of pdf runs
2 parents 83bd159 + 431913b commit ef9cc70

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/docs.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,13 @@ jobs:
5252
name: sphinxcontrib-confluencebuilder.pdf
5353
path: doc/_build/latex/sphinxconfluencebuilder.pdf
5454
retention-days: 10
55+
56+
- name: Archive PDF Raw Output
57+
uses: actions/upload-artifact@v4
58+
if: always()
59+
with:
60+
name: pdf-output
61+
path: |
62+
doc/_build/latex/sphinxconfluencebuilder.log
63+
doc/_build/latex/sphinxconfluencebuilder.tex
64+
retention-days: 1

0 commit comments

Comments
 (0)