Skip to content

Commit cb5371d

Browse files
Update docs/make.jl
Co-Authored-By: Fredrik Ekre <[email protected]>
1 parent 23a4aaa commit cb5371d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ deploydocs(
115115
)
116116

117117
#Redirect old links
118-
cd("build/") do
118+
cd(@__DIR__) do
119119
for (root, dirs, files) in walkdir(".")
120120
for file in files
121121
path = relpath(joinpath(root, file), ".")

0 commit comments

Comments
 (0)