Skip to content

Commit

Permalink
fix: ci 5
Browse files Browse the repository at this point in the history
  • Loading branch information
zer0-911 committed Apr 4, 2024
1 parent 142d07b commit 4e5bba5
Showing 1 changed file 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 @@ -28,8 +28,8 @@ jobs:
with:
root_file: main.tex
pre_compile: |
sed -i '/\\input{.*}/d' main.tex
echo "\\input{${{ matrix.module }}.tex}" >> main.tex
sed -i 's|% \\input{'${{ matrix.module }}'.tex|\\input{'${{ matrix.module }}'.tex}|' main.tex
working_directory: .
docker_image: ghcr.io/xu-cheng/texlive-full:20240315

- name: Rename and Move Compiled PDF
Expand Down

0 comments on commit 4e5bba5

Please sign in to comment.