Skip to content

Commit

Permalink
Update make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
behinger authored Dec 20, 2024
1 parent 2bc5465 commit 66815de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ docs = [
MultiDocumenter.make(
outpath,
docs;
rootpath="/Unfold.jlMultiDocs/",
rootpath="/UnfoldDocs/",
canonical_domain="https://unfoldtoolbox.github.io/",
search_engine=MultiDocumenter.SearchConfig(
index_versions=["stable"],
Expand Down Expand Up @@ -91,4 +91,4 @@ if "deploy" in ARGS
else
@info "Skipping deployment, 'deploy' not passed. Generated files in 'out'." ARGS
cp(outpath, joinpath(@__DIR__, "out"), force=true)
end
end

0 comments on commit 66815de

Please sign in to comment.