Skip to content

Commit 2842478

Browse files
authored
Change repo in docs/make.jl to fix deployment (#142)
The docs have not been deployed since the move to JuliaIO because of the change in the repo url.
1 parent 9f9082d commit 2842478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ zarrpath = joinpath(@__DIR__, "data", "example.zarr")
2222
isdir(zarrpath) && rm(zarrpath, recursive=true)
2323

2424
deploydocs(
25-
repo = "github.com/meggart/Zarr.jl.git",
25+
repo = "github.com/JuliaIO/Zarr.jl.git",
2626
)

0 commit comments

Comments
 (0)