/texcord

GitHub Actions workflow to build and send a PDF file built from LaTeX to a Discord webhook.

Primary LanguageTeX

texcord

GitHub Actions workflow to build and send a PDF file built from LaTeX to a Discord webhook. Requires actions/checkout.

✏️ Input

All inputs are required to run the workflow.

  • file : Path to LaTeX file relative to the project root.
  • webhook-url: Discord webhook url to send the PDF file to. Usage of encrypted secrets highly recommended.

ℹ️ Info

To avoid unnecessary builds triggered by non-tex files, add path filters to your workflow trigger.