Skip to content

Commit

Permalink
deactivate quarto caching
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas committed Sep 4, 2024
1 parent dd69c6e commit 7683170
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pelican/plugins/lm_pelican_quarto/adapters.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ def run_quarto(self, filename):
["quarto",
"render",
filename,
"--output", "-"],
"--output", "-",
"--no-cache"],
cwd=str(self.path),
capture_output=True,
text=True,
Expand Down

0 comments on commit 7683170

Please sign in to comment.