Skip to content

Commit b440977

Browse files
committed
CI: upload manual.pdf uncompressed
Makes it more convenient to inspect it on GitHub
1 parent 6aad7ec commit b440977

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
with:
2929
use-latex: 'true'
3030
- name: 'Upload documentation'
31-
uses: actions/upload-artifact@v4
31+
uses: actions/upload-artifact@v7
3232
with:
33-
name: manual
33+
archive: false
3434
path: ./doc/manual.pdf
3535
if-no-files-found: error

0 commit comments

Comments
 (0)