Skip to content

feat: now pdf is compiling in actions #3

feat: now pdf is compiling in actions

feat: now pdf is compiling in actions #3

Workflow file for this run

name: Build LaTeX PDF
on:
push:
pull_request:
jobs:
build-pdf:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Compile LaTeX
uses: xu-cheng/latex-action@v3
with:
root_file: core-design-document.tex
- name: Upload PDF artifact
uses: actions/upload-artifact@v4
with:
name: core-design-document-pdf
path: core-design-document.pdf