Skip to content

Commit 27288f1

Browse files
committed
try fix doc
1 parent ad13769 commit 27288f1

File tree

3 files changed

+939
-3
lines changed

3 files changed

+939
-3
lines changed

docs/make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ let
1818
"""Run all Pluto notebooks (".jl" files) in `notebook_dir` and write outputs to HTML files."""
1919
notebook_dir = joinpath(pkgdir(GenericTensorNetworks), "notebooks")
2020
target_dir = joinpath(pkgdir(GenericTensorNetworks), "docs", "src", "notebooks")
21-
cp(notebook_dir, target_dir)
22-
println("Building tutorials")
21+
cp(notebook_dir, target_dir; force=true)
22+
@info "Building tutorials"
2323
# Evaluate notebooks in the same process to avoid having to recompile from scratch each time.
2424
# This is similar to how Documenter and Franklin evaluate code.
2525
# Note that things like method overrides and other global changes may leak between notebooks!

0 commit comments

Comments
 (0)