Skip to content
Snippets Groups Projects
Commit c9ff3bed authored by Miroslav Kratochvil's avatar Miroslav Kratochvil :bicyclist:
Browse files

fix gitlab docs (attempt 3)

parent 4865a4bf
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,10 @@ cp(
)
find_mds(path) =
joinpath.(Ref(path), filter(x -> endswith(x, ".md"), readdir(joinpath("src", path))))
joinpath.(
Ref(path),
filter(x -> endswith(x, ".md"), readdir(joinpath(@__DIR__, "src", path))),
)
# build the docs
makedocs(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment