Skip to content

Commit

Permalink
Merge pull request #11 from RENCI-NRIG/tinytex-on-ci
Browse files Browse the repository at this point in the history
Enable tinytex on CI
  • Loading branch information
sajith authored May 14, 2024
2 parents e6843be + af062ff commit 10dcb95
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,22 @@ jobs:

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tinytex: true

# - name: Set up TeXLive
# uses: teatimeguest/setup-texlive-action@v3

# - name: Check `tlmgr` version
# run: tlmgr --version

- name: Check quarto version
run: quarto --version

- name: Print Quarto tools
run: quarto tools

- name: Render Quarto Project
uses: quarto-dev/quarto-actions/render@v2
10 changes: 10 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ jobs:

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tinytex: true

- name: Print Quarto version
run: quarto --version

- name: Print Quarto tools
run: quarto tools

# Publish on Netlify (https://xcitecourse.org/ and
# x-cite-course.netlify.app).
Expand Down

0 comments on commit 10dcb95

Please sign in to comment.