Skip to content

Commit da9f7c5

Browse files
committed
use local default quarto file
1 parent f3db7bf commit da9f7c5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

_quarto-local.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
project:
2+
post-render:
3+
- post-render.R

_quarto.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ project:
99
- "learn/models/sub-sampling/imbal_data.csv"
1010
- "start/case-study/hotels.csv"
1111
- "start/models/urchins.csv"
12-
- "post-render.R"
13-
post-render:
14-
- post-render.R
12+
13+
profile:
14+
default: local
1515

1616
execute:
1717
freeze: auto

0 commit comments

Comments
 (0)