Skip to content

Commit ce7607e

Browse files
Debug draft-pdf.yml
1 parent fe82b0a commit ce7607e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/draft-pdf.yml

+10
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,14 @@ jobs:
2626
# This is the output path where Pandoc will write the compiled
2727
# PDF. Note, this should be the same directory as the input
2828
# paper.md
29+
30+
- name: Debug list files
31+
run: ls -R
32+
33+
# Try to find the actual path of the generated PDF
34+
- name: Upload PDF
35+
uses: actions/upload-artifact@v4
36+
with:
37+
name: paper
38+
path: "**/*.pdf" # Upload any PDF found in the repo
2939
path: paper.pdf

0 commit comments

Comments
 (0)