From 459668c3238f58f9727c14386b3590e9102f0d2c Mon Sep 17 00:00:00 2001 From: zer0-911 Date: Fri, 5 Apr 2024 23:30:58 +0700 Subject: [PATCH] fix: ci 53 --- .github/workflows/ci.yml | 4 ++-- main[ENG].tex => main_ENG.tex | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename main[ENG].tex => main_ENG.tex (100%) 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