Skip to content

Create main.yml

Create main.yml #1

Workflow file for this run

name: Build LaTeX document
on: [push]
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v3
with:
root_file: test1.tex
- name: Upload PDF file
uses: actions/upload-artifact@v4
with:
name: PDF
path: test1.pdf