Skip to content

Commit 7ead8fe

Browse files
fix logo again again
1 parent 32cbd53 commit 7ead8fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/make-multi.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ docs = [
2727
]
2828

2929
outpath = joinpath(@__DIR__, "build")
30-
31-
cp(joinpath(@__DIR__, "logo.svg"), joinpath(outpath, "logo.svg"), force=true)
30+
mkpath(outpath)
31+
cp(joinpath(@__DIR__, "logo.svg"), joinpath(outpath, "logo.svg"))
3232

3333
MultiDocumenter.make(
3434
outpath,

0 commit comments

Comments
 (0)