Skip to content

intro and background mostly done? #52

intro and background mostly done?

intro and background mostly done? #52

Workflow file for this run

name: Compile LaTeX
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v3
with:
root_file: main.tex
latexmk_use_lualatex: true
latexmk_shell_escape: true
- name: Upload PDF
uses: actions/upload-artifact@v4
with:
name: main
path: main.pdf