Skip to content

Commit

Permalink
Updated the CI to use the newest version of xu-cheng/texlive-action
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-probst committed Mar 27, 2024
1 parent ceb3ddb commit 2a6071b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
uses: actions/checkout@v3

- name: Run hooks again to validate they have run
uses: xu-cheng/texlive-action/full@v1
uses: xu-cheng/texlive-action/full@v2
with:
run: |
apk update
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
make figures
- name: Compile LaTeX document
uses: xu-cheng/texlive-action/full@v1
uses: xu-cheng/texlive-action/full@v2
with:
run: |
apk add make
Expand Down

0 comments on commit 2a6071b

Please sign in to comment.