Skip to content

Commit 62a9bfd

Browse files
committed
Fix location of produced pdfs
1 parent e57175d commit 62a9bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc-build-pdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
id: copy
8585
run: |
8686
mkdir -p ./doc
87-
cp -r builddir/src/doc/sage/pdf doc/
87+
cp -r builddir/src/doc/pdf doc/
8888
# Zip everything for increased performance
8989
zip -r doc-pdf.zip doc
9090

0 commit comments

Comments
 (0)