From bf7758a9125bf5187fa8eecafc3b8782844ff301 Mon Sep 17 00:00:00 2001 From: Art Rosnovsky Date: Sat, 18 Nov 2023 20:46:02 -0800 Subject: [PATCH] fix: update output file name --- .github/workflows/generate-pdf.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate-pdf.yml b/.github/workflows/generate-pdf.yml index 4961842..c198992 100644 --- a/.github/workflows/generate-pdf.yml +++ b/.github/workflows/generate-pdf.yml @@ -6,7 +6,7 @@ on: - "resume.md" jobs: - build: + generate-pdf: runs-on: ubuntu-latest steps: @@ -28,6 +28,6 @@ jobs: run: | git config --local user.email "action@github.com" git config --local user.name "GitHub Action" - git add output/resume.pdf + git add output/art_rosnovsky_software_engineer.pdf git commit -m "Update resume PDF" -a || echo "No changes to commit" git push