Skip to content

Commit

Permalink
Revert build dir changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aknierim committed Sep 24, 2024
1 parent 05c052e commit 95bcce8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ env:
TERM: xterm
# silences warnings from jupyter about not being able to debug the stdlib
PYDEVD_DISABLE_FILE_VALIDATION: 1
# set minted output directory
TEXMF_OUTPUT_DIRECTORY: build

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions common/latexmkrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
$out_dir = "build";

# use lualatex
$pdf_mode = 4;

Expand Down
2 changes: 1 addition & 1 deletion common/packages.tex
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
\usepackage{pdflscape}

\usepackage{fancyvrb}
\usepackage{minted}
\usepackage[outputdir=build]{minted}
\setminted{
autogobble,
breaklines,
Expand Down

0 comments on commit 95bcce8

Please sign in to comment.