Skip to content

Commit

Permalink
Merge pull request #147 from gi-ev/add-texlogsieve
Browse files Browse the repository at this point in the history
Use texlogsieve
  • Loading branch information
koppor authored Nov 27, 2023
2 parents db81a92 + bdefe11 commit 0e84a31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,13 @@ jobs:
run: touch mybibfile.bib

- run: ${{ matrix.engine }} lni-author-template
- run: texlogsieve lni-author-template.log

- run: ${{ matrix.engine }} lni-paper-example-de
- run: biber lni-paper-example-de
- run: ${{ matrix.engine }} lni-paper-example-de
- run: ${{ matrix.engine }} lni-paper-example-de
- run: texlogsieve lni-paper-example-de.log

- name: Upload build result
uses: actions/upload-artifact@v3
Expand All @@ -61,6 +63,7 @@ jobs:
path: |
lni-author-template.pdf
lni-paper-example*.pdf
*.log
- name: Prepare GH pages content
if: github.ref == 'refs/heads/main' && matrix.engine == 'lualatex'
Expand Down
1 change: 1 addition & 0 deletions Texlivefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ rerunfilecheck
selnolig
siunitx
tex-gyre
texlogsieve
tools
uniquecounter
upquote
Expand Down

0 comments on commit 0e84a31

Please sign in to comment.