Skip to content

Commit

Permalink
Renovate: xu-cheng/texlive-action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2023
1 parent 051a2ce commit 098b120
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4

- name: Run chktex
uses: xu-cheng/texlive-action/full@v1
uses: xu-cheng/texlive-action/full@v2
with:
run: |
chktex thesis.tex | tee /dev/stderr | (! grep -q ^)
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4

- name: Build PDF
uses: xu-cheng/texlive-action/full@v1
uses: xu-cheng/texlive-action/full@v2
with:
run: |
latexmk -quiet
Expand All @@ -68,7 +68,7 @@ jobs:
name: artefacts

- name: Fix regex for checkcites
uses: xu-cheng/texlive-action/full@v1
uses: xu-cheng/texlive-action/full@v2
id: references
with:
run: |
Expand Down

0 comments on commit 098b120

Please sign in to comment.