Skip to content

Commit

Permalink
fix: ci error main
Browse files Browse the repository at this point in the history
  • Loading branch information
zer0-911 committed Apr 4, 2024
1 parent 0a017a1 commit 3a9656f
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: Cover/main.tex
pre_compile: |
sed -i '/\\input{.*}/d' main.tex
echo "\\input{${{ matrix.module }}.tex}" >> main.tex
sed -i '/\\input{.*}/d' Cover/main.tex
echo "\\input{${{ matrix.module }}.tex}" >> Cover/main.tex
docker_image: ghcr.io/xu-cheng/texlive-full:20240315

- name: Rename and Move Compiled PDF
Expand Down

0 comments on commit 3a9656f

Please sign in to comment.