Skip to content

Commit

Permalink
fix logo again again
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello authored Dec 9, 2024
1 parent 32cbd53 commit 7ead8fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/make-multi.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ docs = [
]

outpath = joinpath(@__DIR__, "build")

cp(joinpath(@__DIR__, "logo.svg"), joinpath(outpath, "logo.svg"), force=true)
mkpath(outpath)
cp(joinpath(@__DIR__, "logo.svg"), joinpath(outpath, "logo.svg"))

MultiDocumenter.make(
outpath,
Expand Down

0 comments on commit 7ead8fe

Please sign in to comment.