Skip to content

Commit

Permalink
fix: ci 53
Browse files Browse the repository at this point in the history
  • Loading branch information
zer0-911 committed Apr 5, 2024
1 parent 2e747b3 commit 459668c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
File renamed without changes.

0 comments on commit 459668c

Please sign in to comment.