Skip to content

Commit 94432ec

Browse files
fix logo again
1 parent 853af71 commit 94432ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/make-multi.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# We use the MultiDocumenter package, followoing the build and deployment approach
1+
# We use the MultiDocumenter package, following the build and deployment approach
22
# used in https://github.com/JuliaAstro/EphemerisSources.jl
33
# This script is executed after building the docs for each package
4-
# See the pipeling in .github/workflows/multidocs.yml
4+
# See the pipeline in .github/workflows/multidocs.yml
55

66
using Documenter
77
using MultiDocumenter
@@ -28,7 +28,7 @@ docs = [
2828

2929
outpath = joinpath(@__DIR__, "build")
3030

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

3333
MultiDocumenter.make(
3434
outpath,

0 commit comments

Comments
 (0)