Skip to content

Commit

Permalink
Връщане на автоматичната компилация на лекцията за списъци
Browse files Browse the repository at this point in the history
Използване на модифицирана версия на latex-action
  • Loading branch information
triffon committed Dec 5, 2024
1 parent 97a4515 commit cc60286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
1.1-scheme_basics,
1.2-scheme_envs,
# 1.3-scheme_highorder,
# 1.4-scheme_lists,
1.4-scheme_lists,
1.5-scheme_ds,
1.6-scheme_mutation,
1.7-scheme_streams,
Expand All @@ -48,7 +48,7 @@ jobs:
uses: actions/checkout@v2
# Compiles LaTeX file
- name: LaTeX compile
uses: xu-cheng/latex-action@v3
uses: triffon/latex-action@master
with:
root_file: ${{ matrix.file }}.tex
latexmk_shell_escape: true
Expand Down

0 comments on commit cc60286

Please sign in to comment.