diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 311ad7e..9299e79 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: - name: Compile LaTeX document uses: xu-cheng/latex-action@v3 with: - root_file: algebre-II-notes.tex + root_file: cv-french.tex - name: Upload PDF file uses: actions/upload-artifact@v3 with: diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 5db48d3..5efda18 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -14,7 +14,7 @@ jobs: - name: Compile LaTeX document uses: xu-cheng/latex-action@v3 with: - root_file: algebre-II-notes.tex + root_file: cv-french.tex - name: Upload PDF file uses: actions/upload-artifact@v4 with: