Skip to content

Commit

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

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

MultiDocumenter.make(
outpath,
Expand All @@ -38,6 +36,9 @@ MultiDocumenter.make(
rootpath = "/GraphNeuralNetworks.jl/"
)

# Copy after make since make cleans the directory
cp(joinpath(@__DIR__, "logo.svg"), joinpath(outpath, "logo.svg"))

Documenter.deploydocs(
target = outpath,
versions = nothing,
Expand Down

0 comments on commit 4988857

Please sign in to comment.