Skip to content

Update build action

Update build action #2

Workflow file for this run

name: Build
on:
workflow_dispatch:
push:
paths-ignore:
- "README.md"
- "LICENSE"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: LaTeX Compile
uses: xu-cheng/latex-action@v3
with:
root_file: 0_main.tex
- name: Upload PDF
uses: actions/upload-artifact@v4
with:
name: Proposal PDF
path: proposal.pdf