Skip to content

Commit 43458a9

Browse files
committed
docs: fix dir for redirect page
1 parent 3aae22d commit 43458a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ redirect_page = """
3434
"""
3535

3636
# Create the types directory and write the redirect page
37-
types_dir = joinpath("docs", "build", "types")
37+
types_dir = joinpath(@__DIR__, "build", "types")
3838
mkpath(types_dir)
3939
redirect_file = joinpath(types_dir, "index.html")
4040
open(redirect_file, "w") do f

0 commit comments

Comments
 (0)