Skip to content

Commit 4988857

Browse files
fix logo for real
1 parent 7ead8fe commit 4988857

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/make-multi.jl

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

2929
outpath = joinpath(@__DIR__, "build")
30-
mkpath(outpath)
31-
cp(joinpath(@__DIR__, "logo.svg"), joinpath(outpath, "logo.svg"))
3230

3331
MultiDocumenter.make(
3432
outpath,
@@ -38,6 +36,9 @@ MultiDocumenter.make(
3836
rootpath = "/GraphNeuralNetworks.jl/"
3937
)
4038

39+
# Copy after make since make cleans the directory
40+
cp(joinpath(@__DIR__, "logo.svg"), joinpath(outpath, "logo.svg"))
41+
4142
Documenter.deploydocs(
4243
target = outpath,
4344
versions = nothing,

0 commit comments

Comments
 (0)