diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-06-26 08:03:55 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-06-26 11:50:34 +0200 |
commit | cb9f7739afa98e29a070630d8a3e93e3efb036ce (patch) | |
tree | 7e3fe7cf053273325ea788d7bd444d680d70b075 | |
parent | 0f88a963c35a1ccb9864bd9c2ddde85133062374 (diff) |
avoid releasing SETUP notes
-rw-r--r-- | _quarto.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_quarto.yml b/_quarto.yml index 1b817bb..d9a52fb 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -1,6 +1,9 @@ project: type: website pre-render: make prepare + render: + - "*.qmd" + - "!SETUP.md" keep-tex: true |