Skip to content

feat: now pdf is compiling in actions #8

feat: now pdf is compiling in actions

feat: now pdf is compiling in actions #8

Workflow file for this run

name: Build LaTeX PDF
on:
pull_request:
branches:
- master
jobs:
build-pdf:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Compile LaTeX
uses: xu-cheng/latex-action@v4
with:
root_file: core-design-document.tex
texlive_version: 2025
os: debian
latexmk_use_lualatex: true
- name: Upload PDF artifact
uses: actions/upload-artifact@v4
with:
name: core-design-document-pdf
path: core-design-document.pdf