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 17, 2024
1 parent f14e5c5 commit e22eb55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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 "jats,contextpdf,crossref,preprint,tex,pdf" example/paper.md
-o "jats,contextpdf,crossref,preprint,pdf" example/paper.md
- name: Upload draft PDF
uses: actions/upload-artifact@v3
Expand All @@ -45,7 +45,7 @@ jobs:
--volume "$(pwd):/data" \
--user "$(id -u):$(id -g)" \
openjournals/inara:latest \
-o "jats,contextpdf,crossref,preprint,tex,pdf" -p example/paper.md
-o "jats,contextpdf,crossref,preprint,pdf" -p example/paper.md
- name: Upload production PDF
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e22eb55

Please sign in to comment.