Skip to content

Commit

Permalink
Fix makepath in conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
THinnerichs committed Jul 5, 2024
1 parent 22c4fb0 commit f7a0384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f7a0384

Please sign in to comment.