Skip to content

Commit 50dd12d

Browse files
committed
wrong exludes
1 parent 4d130ba commit 50dd12d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pluto-deployment-environment/PlutoDeployment.toml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
11
[Export]
2+
exclude=[
3+
# these are in the repo but not used on the website
4+
"notebooks/introspection.jl",
5+
"notebooks/04-probability.jl",
6+
"notebooks/basic_syntax.jl",
7+
"notebooks/week1/01-fast.jl",
8+
"notebooks/week3/01-abstraction.jl",
9+
"notebooks/week3/02-vatiations_fixedpoint.jl",
10+
"notebooks/week4/03-functions-are-objects.jl",
11+
"notebooks/week8/FE_CUDA.jl",
12+
"notebooks/week8/data_stats.jl",
13+
"notebooks/week10/zurcherdata.jl",
14+
15+
# don't run homeworks
16+
"homework/homework0/hw0.jl",
17+
"homework/homework0/pizza.jl",
18+
"homework/homework1/discrete_lockdown.jl",
19+
"homework/homework2/epidemic.jl",
20+
"homework/homework5/TimeManage.jl"
21+
]
222
baked_state = false
323
offer_binder = true
424
ignore_cache = [

0 commit comments

Comments
 (0)