Skip to content

Commit

Permalink
rm _minted dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
prudhomm committed Jul 17, 2024
1 parent 26fe9e1 commit 60e0d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
root_file: main.tex
latexmk_shell_escape: true
post_compile: "latexmk -c"
post_compile: "latexmk -c; rm -rf _minted*"
- name: Get Repository Name
id: repo_name
run: |
Expand Down

0 comments on commit 60e0d58

Please sign in to comment.