Update repo URL
This commit is contained in:
parent
24b9f7899a
commit
67eb1393a2
@ -11,14 +11,14 @@ makedocs(;
|
|||||||
"Licenses" => "pages/licenses.md",
|
"Licenses" => "pages/licenses.md",
|
||||||
"Index" => "pages/index.md",
|
"Index" => "pages/index.md",
|
||||||
],
|
],
|
||||||
repo="https://github.com/christopher-dG/PkgTemplates.jl/blob/{commit}{path}#L{line}",
|
repo="https://github.com/invenia/PkgTemplates.jl/blob/{commit}{path}#L{line}",
|
||||||
sitename="PkgTemplates.jl",
|
sitename="PkgTemplates.jl",
|
||||||
authors="Chris de Graaf, Invenia Technical Computing Corporation",
|
authors="Chris de Graaf, Invenia Technical Computing Corporation",
|
||||||
assets=[],
|
assets=[],
|
||||||
)
|
)
|
||||||
|
|
||||||
deploydocs(;
|
deploydocs(;
|
||||||
repo="github.com/christopher-dG/PkgTemplates.jl",
|
repo="github.com/invenia/PkgTemplates.jl",
|
||||||
target="build",
|
target="build",
|
||||||
julia="0.6",
|
julia="0.6",
|
||||||
deps=nothing,
|
deps=nothing,
|
||||||
|
Loading…
Reference in New Issue
Block a user