Skip to content

gh actions

gh actions #1

Workflow file for this run

name: Build LaTeX Document
on: [push]
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v3
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v2
with:
root_file: iul.tex
- name: Upload PDF
uses: actions/upload-artifact@v3
with:
name: iul-pdf
path: iul.pdf