Skip to content

Add TinyTeX to workflow setup for PDF rendering#62

Merged
d-morrison merged 3 commits intomainfrom
copilot/fix-build-deploy-workflow
Jan 15, 2026
Merged

Add TinyTeX to workflow setup for PDF rendering#62
d-morrison merged 3 commits intomainfrom
copilot/fix-build-deploy-workflow

Conversation

Copy link
Contributor

Copilot AI commented Jan 15, 2026

Workflow run #21008446992 failed when rendering people/kaiemjoy/aiemjoy-cv.qmd because no TeX installation was available for PDF output.

Changes

  • Added tinytex: true to Quarto setup in publish.yml and preview.yml
  • Added GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} environment variable to prevent 502 errors during TinyTeX installation
- name: Set up Quarto
  uses: quarto-dev/quarto-actions/setup@v2
  env:
    GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
  with:
    tinytex: true

The GH_TOKEN environment variable provides authentication for GitHub API calls when downloading TinyTeX, preventing rate limiting issues and 502 Bad Gateway errors that occurred in #21025601911.

Original prompt

This section details on the original issue you should resolve

<issue_title>fix build-deploy workflow</issue_title>
<issue_description>see https://github.com/UCD-SERG/ucd-serg.github.io/actions/runs/21008446992/job/60396901971</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: d-morrison <2474437+d-morrison@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix build-deploy workflow Add TinyTeX to workflow setup for PDF rendering Jan 15, 2026
Copilot AI requested a review from d-morrison January 15, 2026 09:07
Copy link
Member

@d-morrison d-morrison left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Co-authored-by: d-morrison <2474437+d-morrison@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Jan 15, 2026

fix https://github.com/UCD-SERG/ucd-serg.github.io/actions/runs/21025601911/job/60500980342?pr=62

Fixed in commit 3cca9a9. Added GH_TOKEN environment variable to the Quarto setup step to prevent 502 errors when installing TinyTeX.

@github-actions
Copy link

github-actions bot commented Jan 15, 2026

PR Preview Action v1.8.0-1-g7eb2064
Preview removed because the pull request was closed.
2026-01-15 18:14 UTC

@d-morrison d-morrison marked this pull request as ready for review January 15, 2026 18:13
@d-morrison d-morrison merged commit 78e0102 into main Jan 15, 2026
4 checks passed
@d-morrison d-morrison deleted the copilot/fix-build-deploy-workflow branch January 15, 2026 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix build-deploy workflow

2 participants