Skip to content

Commit 333fe81

Browse files
committed
update
1 parent 7b47d13 commit 333fe81

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/make.jl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@ cp(joinpath(@__DIR__, "..", "README.md"), joinpath(@__DIR__, "src", "index.md");
66

77
md_dir = joinpath(@__DIR__, "src")
88
tutorial_dir = joinpath(@__DIR__, "src", "tutorials")
9+
benchmarks_dir = joinpath(@__DIR__, "src", "benchmarks")
10+
911
tutorial_files = readdir(tutorial_dir)
1012
md_tutorial_files = [split(file, ".")[1] * ".md" for file in tutorial_files]
13+
benchmark_files = readdir(benchmarks_dir)
14+
md_benchmark_files = [split(file, ".")[1] * ".md" for file in benchmark_files]
1115

12-
include_tutorial = false
16+
include_tutorial = true
1317

1418
if include_tutorial
1519
for file in tutorial_files

0 commit comments

Comments
 (0)