Skip to content

Commit 674bd6a

Browse files
committed
Fixed pdf path
1 parent aa73492 commit 674bd6a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/draft-pdf.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,4 @@ jobs:
2121
uses: actions/upload-artifact@v4
2222
with:
2323
name: paper
24-
# This is the output path where Pandoc will write the compiled
25-
# PDF. Note, this should be the same directory as the input
26-
# paper.md
27-
path: paper.pdf
24+
path: paper/paper.pdf

0 commit comments

Comments
 (0)