Skip to content

Commit

Permalink
Update draft-pdf.yml
Browse files Browse the repository at this point in the history
Debugging file path
  • Loading branch information
athrasher7 authored May 21, 2024
1 parent e622da5 commit 7900021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Compile PDF
run:
pandoc paper.md -o paper.pdf --bibliography=paper.bib --filter pandoc-citeproc
pandoc paper/paper.md -o paper/paper.pdf --bibliography=paper.bib --filter pandoc-citeproc
pandoc paper.md -o paper_JOSS.md --lua-filter=.github/normalize-metadata.lua

- name: Compile Final PDF
Expand Down

0 comments on commit 7900021

Please sign in to comment.