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.
2 parents 83bd159 + 431913b commit ef9cc70Copy full SHA for ef9cc70
.github/workflows/docs.yml
@@ -52,3 +52,13 @@ jobs:
52
name: sphinxcontrib-confluencebuilder.pdf
53
path: doc/_build/latex/sphinxconfluencebuilder.pdf
54
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