Skip to content

Commit df0817a

Browse files
TomeHirataclaude
andcommitted
Remove unnecessary cp step in draft-pdf workflow
inara CDs into the paper/ directory before running pandoc, so images in paper/ are already on the resource path. No copying needed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 654ac35 commit df0817a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/draft-pdf.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jobs:
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
13-
- name: Copy figures to repo root for inara
14-
run: cp paper/*.png .
1513
- name: Build draft PDF
1614
uses: openjournals/openjournals-draft-action@85a18372e48f551d8af9ddb7a747de685fbbb01c # master
1715
with:

0 commit comments

Comments
 (0)