Skip to content

Commit 0295d2d

Browse files
committed
fix makefile
1 parent da1f9de commit 0295d2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ using Documenter, Literate
66
# Literate
77
const EXAMPLE_DIR = pkgdir(TensorInference, "examples")
88
const LITERATE_GENERATED_DIR = pkgdir(TensorInference, "docs", "src", "generated")
9+
mkpath(LITERATE_GENERATED_DIR)
910
for each in readdir(EXAMPLE_DIR)
1011
workdir = joinpath(LITERATE_GENERATED_DIR, each)
1112
cp(joinpath(EXAMPLE_DIR, each), workdir; force=true)

0 commit comments

Comments
 (0)