From 514e67df81b64f17745bc11d891f626ed1ada097 Mon Sep 17 00:00:00 2001 From: "Karl D. Gordon" Date: Tue, 21 May 2024 15:22:00 -0400 Subject: [PATCH] getting closer --- .github/workflows/draft-pdf.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/draft-pdf.yml b/.github/workflows/draft-pdf.yml index f513ed2..0018906 100644 --- a/.github/workflows/draft-pdf.yml +++ b/.github/workflows/draft-pdf.yml @@ -4,6 +4,7 @@ on: paths: - paper/paper.md - paper/paper.bib + - paper/*.png - .github/workflows/draft-pdf.yml jobs: @@ -26,4 +27,4 @@ jobs: # This is the output path where Pandoc will write the compiled # PDF. Note, this should be the same directory as the input # paper.md - path: paper.pdf \ No newline at end of file + path: paper/paper.pdf \ No newline at end of file