Skip to content

Commit 5a7cbb3

Browse files
Update generate-pdf-from-latex.yml
1 parent b27f5db commit 5a7cbb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/generate-pdf-from-latex.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
- name: Compile LaTeX to PDF
1515
uses: xu-cheng/latex-action@v2
1616
with:
17-
root_file: freephoenix888/documentation.tex
17+
root_file: documentation.tex
18+
working_directory: freephoenix888
1819

1920
- name: Upload PDF
2021
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)