Skip to content

Commit 22f03f0

Browse files
Remove unneeded debugging from draft-pdf.yml
1 parent f88000a commit 22f03f0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/draft-pdf.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,4 @@ jobs:
3030

3131
- name: Debug list files
3232
run: ls -R
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: paper.pdf
33+
# Double-check to find the actual path of the generated PDF

0 commit comments

Comments
 (0)