Compare commits

...

2 Commits

Author SHA1 Message Date
yigit colakoglu
2bbca754d2 Update CI
Some checks failed
Build CV / build-pdf (push) Failing after 2m57s
2025-09-15 18:28:58 +02:00
yigit colakoglu
96f8dbd80b Update pipeline 2025-09-15 18:28:41 +02:00

View File

@ -12,16 +12,13 @@ jobs:
container: texlive/texlive:latest
steps:
- name: Install node :(
run: |
apt update -y
apt install -y npm
- uses: xu-cheng/latex-action@v4
with:
root_file: |
main.tex
- name: Checkout repository
uses: actions/checkout@v4
- name: Build PDF
run: make pdf
- name: Upload PDF artifact
uses: actions/upload-artifact@v3