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 9842b47 commit c7b2333
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/example-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ jobs:
with:
name: draft
path: |
example/*
example/jats/paper.jats
example/paper.context.pdf
example/paper.crossref
example/paper.pdf
example/paper.preprint.tex
- name: Build Production PDF
run: >-
Expand All @@ -47,4 +51,8 @@ jobs:
with:
name: production
path: |
example/*
example/jats/paper.jats
example/paper.context.pdf
example/paper.crossref
example/paper.pdf
example/paper.preprint.tex

0 comments on commit c7b2333

Please sign in to comment.