Skip to content

Commit 6433f27

Browse files
committed
Fix syntactical errors
1 parent 290aed6 commit 6433f27

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/make.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ makedocs(modules = [Metalhead, Artifacts, LazyArtifacts, Images, OneHotArrays, D
1919
# analytics = "UA-36890222-9",
2020
# assets = ["assets/flux.css"],
2121
# prettyurls = get(ENV, "CI", nothing) == "true"),
22-
# )
22+
)
2323

24-
deploydocs(
25-
# repo = "github.com/FluxML/Metalhead.jl.git",
24+
deploydocs(repo = "github.com/Saransh-cpp/Metalhead.jl.git",
2625
devurl = "latest",
2726
versions = ["stable" => "v^", "v#.#.#", "latest" => "latest"],
2827
target = "build",

0 commit comments

Comments
 (0)