Skip to content

Commit

Permalink
Correct action name
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy committed Oct 7, 2023
1 parent f31dee8 commit 84c4644
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
uses: actions/checkout@v4

- name: Run chktex
uses: xu-cheng/texlive-action/full@v2
uses: xu-cheng/texlive-action@v2
with:
scheme: full
run: |
for file in *.tex; do \
echo $file; \
Expand Down Expand Up @@ -82,8 +83,9 @@ jobs:
uses: actions/checkout@v4

- name: Build PDF
uses: xu-cheng/texlive-action/full@v2
uses: xu-cheng/texlive-action@v2
with:
scheme: full
run: |
latexmk -quiet
Expand Down

0 comments on commit 84c4644

Please sign in to comment.