Skip to content

Commit

Permalink
Getting rid of tinytex
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Oct 2, 2024
1 parent c63353e commit 2e3461f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/check-qmd-render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ jobs:
# Check out the repository (git clone)
- uses: actions/checkout@v4

# Setup TinyTeX
- name: Setup TinyTeX
uses: r-lib/actions/setup-tinytex@v2

# Install dependencies (R packages)
- name: Install dependencies
run: |
Expand All @@ -33,7 +29,7 @@ jobs:
# Render the slides/report using quarto
- name: Render ${{ matrix.file }}
run: |
quarto render ${{ matrix.file }}.qmd
quarto render ${{ matrix.file }}.qmd --to html
# Save the rendered slides/report as an artifact
- name: Save as artifact
Expand Down

0 comments on commit 2e3461f

Please sign in to comment.