Skip to content

Commit c60d838

Browse files
committed
append -f to add the pdf
1 parent 81d7246 commit c60d838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/draft-pdf.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
with:
3535
message: '(auto) Paper PDF Draft'
3636
# This should be the path to the paper within your repo.
37-
add: docs/paper/paper.pdf # 'paper/*.pdf' to commit all PDFs in the paper directory
37+
add: '--force docs/paper/paper.pdf'

0 commit comments

Comments
 (0)