Skip to content

Commit

Permalink
* .github/workflows/test-and-deploy.yml: Update TinyTeX.
Browse files Browse the repository at this point in the history
  • Loading branch information
MLopez-Ibanez committed Mar 17, 2024
1 parent f9ed852 commit a9137b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: 💡 Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 1

Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
if: ${{ env.FILES_CHANGED != 0 }} #&& steps.cache-tinytex.outputs.cache-hit != 'true'}}
env:
TINYTEX_INSTALLER: TinyTeX-1
TINYTEX_VERSION: 2023.09
TINYTEX_VERSION: 2024.03

- name: Install additional LaTeX packages
if: ${{ env.FILES_CHANGED != 0 }} #&& steps.cache-tinytex.outputs.cache-hit != 'true'}}
Expand Down

0 comments on commit a9137b4

Please sign in to comment.