GitHub Actions workflow to build and send a PDF file built from LaTeX to a Discord webhook. Requires actions/checkout.
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.
To avoid unnecessary builds triggered by non-tex files, add path filters to your workflow trigger.