AAAAA
Some checks failed
Build CV / build-pdf (push) Failing after 2m59s

This commit is contained in:
yigit colakoglu 2025-09-15 18:35:44 +02:00
parent 857ee4c658
commit b54679456c

View File

@ -8,15 +8,19 @@ on:
jobs: jobs:
build-pdf: build-pdf:
runs-on: ubuntu-latest
container:
image: ghcr.io/catthehacker/ubuntu:act-latest
steps: steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: xu-cheng/latex-action@v4 - uses: xu-cheng/latex-action@v4
with: with:
root_file: | root_file: |
main.tex main.tex
- name: Checkout repository
uses: actions/checkout@v4
- name: Upload PDF artifact - name: Upload PDF artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with: