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
…this time without full)
  • Loading branch information
dominik-probst committed Mar 27, 2024
1 parent 2a6071b commit 464bf6c
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@v2
uses: xu-cheng/texlive-action@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@v2
uses: xu-cheng/texlive-action@v2
with:
run: |
apk add make
Expand Down

0 comments on commit 464bf6c

Please sign in to comment.