We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87f1deb commit e7d9e08Copy full SHA for e7d9e08
1 file changed
.github/workflows/build.yaml
@@ -46,7 +46,9 @@ jobs:
46
- uses: actions/upload-artifact@master
47
with:
48
name: pdf-logs.zip
49
- path: ./Doc/build/latex/*.log
+ path: |
50
+ ./Doc/build/latex/*.log
51
+ ./Doc/build/latex/*.tex
52
53
54
name: docs-pdf-a4.zip
0 commit comments