Skip to content

Commit

Permalink
Change repo in docs/make.jl to fix deployment (#142)
Browse files Browse the repository at this point in the history
The docs have not been deployed since the move to JuliaIO because of the change in the repo url.
  • Loading branch information
felixcremer authored Apr 19, 2024
1 parent 9f9082d commit 2842478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ zarrpath = joinpath(@__DIR__, "data", "example.zarr")
isdir(zarrpath) && rm(zarrpath, recursive=true)

deploydocs(
repo = "github.com/meggart/Zarr.jl.git",
repo = "github.com/JuliaIO/Zarr.jl.git",
)

0 comments on commit 2842478

Please sign in to comment.