diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dbe49d4..7b4f669 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v3 - name: Generate pdf documents - uses: xu-cheng/latex-action@v2 + uses: xu-cheng/latex-action@v3 with: root_file: "*.tex" glob_root_file: true