From d948c96cae9301ee71abccb64e5304597516cbb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Mur=C3=A7a?= <106257713+leomurca@users.noreply.github.com> Date: Mon, 5 Feb 2024 12:20:24 -0300 Subject: [PATCH] Update deploy-pdf.yml --- .github/workflows/deploy-pdf.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/deploy-pdf.yml b/.github/workflows/deploy-pdf.yml index 92149a4..8657453 100644 --- a/.github/workflows/deploy-pdf.yml +++ b/.github/workflows/deploy-pdf.yml @@ -8,10 +8,8 @@ jobs: build_latex: runs-on: ubuntu-latest steps: - - name: Set up Git repository uses: actions/checkout@v3 - - name: Compile LaTeX document uses: xu-cheng/latex-action@v3 with: @@ -20,4 +18,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: PDF - path: test-file-main.pdf + path: main.pdf