Skip to content

Commit

Permalink
add: using devcontainer latex image
Browse files Browse the repository at this point in the history
  • Loading branch information
CheariX committed Oct 18, 2024
1 parent 74f0be9 commit dba5a52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/compile-thesis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ jobs:
uses: xu-cheng/latex-action@v3
with:
root_file: exposee.tex
latexmk_shell_escape: true # necessary for minted package
latexmk_shell_escape: true # necessary for minted package
docker_image: ghcr.io/chearix/vscode-devcontainer-latex:main

0 comments on commit dba5a52

Please sign in to comment.