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 d8f01a7 commit f264a87
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 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 example/paper.md
-o contextpdf,pdf,crossref,jats example/paper.md
- name: Upload draft PDF
uses: actions/upload-artifact@v3
Expand All @@ -34,14 +34,16 @@ jobs:
path: |
example/paper.context.pdf
example/paper.pdf
example/paper.crossref
example/paper.jats
- name: Build Production PDF
run: >-
docker run \
--volume "$(pwd):/data" \
--user "$(id -u):$(id -g)" \
openjournals/inara:latest \
-o contextpdf,pdf -p example/paper.md
-o contextpdf,pdf,crossref,jats -p example/paper.md
- name: Upload production PDF
uses: actions/upload-artifact@v3
Expand All @@ -50,3 +52,5 @@ jobs:
path: |
example/paper.context.pdf
example/paper.pdf
example/paper.crossref
example/paper.jats

0 comments on commit f264a87

Please sign in to comment.