diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf8db6a..d19681f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,9 +71,9 @@ jobs: - name: Setup LaTeX uses: xu-cheng/latex-action@v3 with: - root_file: main[ENG].tex + root_file: main_ENG.tex pre_compile: | - sed -i 's|% \\input{'${{ matrix.module }}'.tex|\\input{'${{ matrix.module }}'.tex|' main[ENG].tex + sed -i 's|% \\input{'${{ matrix.module }}'.tex|\\input{'${{ matrix.module }}'.tex|' main_ENG.tex working_directory: . docker_image: ghcr.io/xu-cheng/texlive-full:20240315 diff --git a/main[ENG].tex b/main_ENG.tex similarity index 100% rename from main[ENG].tex rename to main_ENG.tex