diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2cce376..54ce4fa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,8 @@ jobs: - name: Compile LaTeX document uses: xu-cheng/latex-action@v2 with: - root_file: cv/main.tex + working_directory: cv + root_file: main.tex - name: Move build .pdf run: | mv cv/main.pdf ./cv.pdf