Skip to content

pedro-avalos is compiling the PDF #2

pedro-avalos is compiling the PDF

pedro-avalos is compiling the PDF #2

Workflow file for this run

name: LaTeX compilation
run-name: ${{ github.actor }} is compiling the PDF
on: [push]
permissions:
contents: write
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up git repository
uses: actions/checkout@v4
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v3
with:
root_file: paper.tex
- name: Upload PDF file
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: paper.pdf