From 1f1135a238c69e410d1cd28d28d9719e37601a31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Mur=C3=A7a?= Date: Thu, 6 Mar 2025 23:49:19 -0300 Subject: [PATCH] Update latex --- .forgejo/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 3a552bc..54a6e57 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -34,7 +34,7 @@ jobs: # Step 3: Compile the LaTeX document (replace 'document.tex' with your actual file name) - name: Compile LaTeX document run: | - pdflatex -output-directory=build main.tex # Output PDF to 'build' folder + pdflatex -output-directory=dist main.tex # Output PDF to 'build' folder # Step 4: Upload the compiled PDF as a release asset - name: Upload PDF to Release