From 845b4279b70bc311b23278f3062328e7cb87e5a1 Mon Sep 17 00:00:00 2001 From: Jonah Miller Date: Sat, 13 Apr 2024 16:52:53 -0600 Subject: [PATCH] try to get the paper workflow to run --- .github/workflows/draft-pdf.yml | 2 +- joss-paper/.gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 joss-paper/.gitignore diff --git a/.github/workflows/draft-pdf.yml b/.github/workflows/draft-pdf.yml index fe0f99c6eb6..4f630468390 100644 --- a/.github/workflows/draft-pdf.yml +++ b/.github/workflows/draft-pdf.yml @@ -22,4 +22,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 + path: joss-paper/paper.pdf diff --git a/joss-paper/.gitignore b/joss-paper/.gitignore new file mode 100644 index 00000000000..4d18c3e59ec --- /dev/null +++ b/joss-paper/.gitignore @@ -0,0 +1 @@ +auto \ No newline at end of file