Skip to content

Commit 0a0d4c5

Browse files
committed
Final touches
1 parent ce6c3e4 commit 0a0d4c5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/make.jl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,12 @@ makedocs(modules = [Metalhead, Artifacts, LazyArtifacts, Images, OneHotArrays, D
1515
],
1616
],
1717
format = Documenter.HTML(
18-
# canonical = "https://fluxml.ai/Metalhead.jl/stable/",
18+
canonical = "https://fluxml.ai/Metalhead.jl/stable/",
1919
# analytics = "UA-36890222-9",
2020
assets = ["assets/flux.css"],
2121
prettyurls = get(ENV, "CI", nothing) == "true"),
2222
)
2323

24-
deploydocs(repo = "github.com/Saransh-cpp/Metalhead.jl.git",
25-
devurl = "latest",
26-
versions = ["stable" => "v^", "v#.#.#", "latest" => "latest"],
24+
deploydocs(repo = "github.com/FluxML/Metalhead.jl.git",
2725
target = "build",
2826
push_preview = true)

0 commit comments

Comments
 (0)