Skip to content

Commit

Permalink
Update resume.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LuchianMihai committed Aug 8, 2024
1 parent 4aa286c commit 83d09d2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/resume.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Makefile CI
name: Resume CI

on:
push:
Expand All @@ -11,13 +11,13 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build PDF
run: pdflatex -interaction=nonstopmode resume.tex
run: pdflatex -interaction=nonstopmode -jobname=luchian-mihai-cv-tex resume.tex

- name: Upload PDF
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: resume.pdf
path: ./resume.pdf
name: cv-tex
path: ./luchian-mihai-cv-tex.pdf

0 comments on commit 83d09d2

Please sign in to comment.