Skip to content

Sync with overleaf 2024-08-22 (#57) #128

Sync with overleaf 2024-08-22 (#57)

Sync with overleaf 2024-08-22 (#57) #128

Workflow file for this run

name: Build XeLaTeX document
on:
push:
pull_request:
jobs:
build_xelatex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- name: Compile XeLaTeX document
uses: xu-cheng/latex-action@v3
with:
root_file: CoLM.tex
working_directory: CoLM-Latex/
latexmk_use_xelatex: true
- name: Upload PDF file
uses: actions/upload-artifact@v4
with:
name: CoLM-doc
path: CoLM-Latex/CoLM.pdf