Skip to content

Commit

Permalink
Update example-doc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Sep 8, 2024
1 parent f264a87 commit bdccf16
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/example-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
--volume "$(pwd):/data" \
--user "$(id -u):$(id -g)" \
openjournals/inara:latest \
-o contextpdf,pdf,crossref,jats example/paper.md
-o contextpdf,pdf,crossref,jats,preprint example/paper.md
- name: Upload draft PDF
uses: actions/upload-artifact@v3
Expand All @@ -36,14 +36,15 @@ jobs:
example/paper.pdf
example/paper.crossref
example/paper.jats
example/paper.preprint
- name: Build Production PDF
run: >-
docker run \
--volume "$(pwd):/data" \
--user "$(id -u):$(id -g)" \
openjournals/inara:latest \
-o contextpdf,pdf,crossref,jats -p example/paper.md
-o contextpdf,pdf,crossref,jats,preprint -p example/paper.md
- name: Upload production PDF
uses: actions/upload-artifact@v3
Expand All @@ -54,3 +55,4 @@ jobs:
example/paper.pdf
example/paper.crossref
example/paper.jats
example/paper.preprint

0 comments on commit bdccf16

Please sign in to comment.