Skip to content

Try uploading from full relative directory #2

Try uploading from full relative directory

Try uploading from full relative directory #2

name: Build SMLM Course Manual
on: [push]
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v3
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v2
with:
root_file: smlm-lab-manual.tex
working_directory: texts/smlm-lab-course
- name: Upload PDF file
uses: actions/upload-artifact@v3
with:
name: PDF
path: texts/smlm-lab-course/smlm-lab-manual.pdf