Skip to content

Fix pdf upload path

Fix pdf upload path #8

Workflow file for this run

name: Build LaTeX document
on: [push]
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v3
with:
root_file: cv/cv_hendrik_schmitz_de.tex
continue_on_error: "true"
env:
TEXINPUTS: ".:./cv//:"
- name: Upload PDF file
uses: actions/upload-artifact@v4
with:
name: PDF
path: cv_hendrik_schmitz_de.pdf