diff --git a/.github/workflows/build_latex.yml b/.github/workflows/build_latex.yml index 057db27..1f521a6 100644 --- a/.github/workflows/build_latex.yml +++ b/.github/workflows/build_latex.yml @@ -17,9 +17,9 @@ jobs: - name: Compile LaTeX document uses: xu-cheng/latex-action@v3 with: - root_file: main.tex + root_file: congogbv.tex - name: Upload PDF file uses: actions/upload-artifact@v3 with: name: PDF - path: main.pdf \ No newline at end of file + path: congogbv.pdf \ No newline at end of file