Skip to content

Commit dbfa2db

Browse files
authored
Merge pull request #155 from fingolfin/mh/deploydocs
Fix repo name in deploydocs arguments
2 parents fa802d3 + 2ef7c76 commit dbfa2db

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
@@ -9,5 +9,5 @@ makedocs(
99
format = Documenter.HTML(prettyurls = haskey(ENV, "CI")))
1010

1111
deploydocs(
12-
repo = "github.com/MikeInnes/MacroTools.jl.git",
12+
repo = "github.com/FluxML/MacroTools.jl.git",
1313
push_preview = true)

0 commit comments

Comments
 (0)