Claude??
Some checks failed
Build CV / build-pdf (push) Failing after 4s

This commit is contained in:
Yigit Colakoglu 2025-09-02 00:27:36 +02:00
parent 9632feb1dc
commit 5d4d97c81f

View File

@ -9,21 +9,17 @@ on:
jobs:
build-pdf:
runs-on: ubuntu-latest
container: texlive/texlive:latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install TeX Live
run: |
sudo apt-get update
sudo apt-get install -y texlive-latex-base texlive-latex-recommended texlive-latex-extra texlive-bibtex-extra biber
- name: Build PDF
run: make pdf
- name: Upload PDF artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: curriculum-vitae
path: main.pdf