From f7a0384dcb2e119f5fdfa94fbd509594f6698e99 Mon Sep 17 00:00:00 2001 From: Tilman Hinnerichs Date: Fri, 5 Jul 2024 20:43:48 +0200 Subject: [PATCH] Fix makepath in conversion --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 2e860ae..055ff62 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -13,7 +13,7 @@ using HerbSpecification using PyCall jupyter = pyimport("jupyterlab") nbconvert = pyimport("nbconvert") -all_notebooks = readdir("src/tutorials/") +all_notebooks = readdir(pwd()*"src/tutorials/") for file in all_notebooks if occursin("ipynb", file) path = pwd() * "/src/tutorials/" * file