Skip to content

Commit

Permalink
docs: fix path for white paper screen shots (#2641)
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-russo authored Nov 7, 2023
1 parent 922e6d1 commit bfaffe1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/white_papers.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,12 @@ async def pull(

repo = whp.repo
slug = whp.slug
title_page_file = config_file.parent / f"{slug}.png"

image_path = Path(__file__).parent / "white_papers" / "figures"
assert image_path.is_dir(), image_path

title_page_file = image_path / f"{slug}.png"

latest_release = await get_latest_release(gh, repo)

metadata_ref = None
Expand Down

0 comments on commit bfaffe1

Please sign in to comment.