Skip to content

Commit e29baf5

Browse files
TomeHirataclaude
andcommitted
Fix figure paths for inara PDF build
inara/pandoc runs from the repo root, so relative image paths in paper/paper.md resolve against root, not paper/. Copy PNGs to root before the build step so pandoc finds them. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ef09dcf commit e29baf5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/draft-pdf.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ 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 .
1315
- name: Build draft PDF
1416
uses: openjournals/openjournals-draft-action@85a18372e48f551d8af9ddb7a747de685fbbb01c # master
1517
with:

0 commit comments

Comments
 (0)