Update latex
All checks were successful
Compile LaTeX and Release PDF / build_latex (push) Successful in 51s
All checks were successful
Compile LaTeX and Release PDF / build_latex (push) Successful in 51s
This commit is contained in:
parent
b5e61a9cc3
commit
1f1135a238
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue