diff --git a/GNNGraphs/docs/make.jl b/GNNGraphs/docs/make.jl index 3b6be0c21..f99c5c0ac 100644 --- a/GNNGraphs/docs/make.jl +++ b/GNNGraphs/docs/make.jl @@ -26,7 +26,7 @@ makedocs(; ] ) -deploydocs(;repo = "https://github.com/JuliaGraphs/GraphNeuralNetworks.jl.git", +deploydocs(;repo = "github.com/JuliaGraphs/GraphNeuralNetworks.jl.git", devbranch = "test-multidocs", push_preview = true, dirname = "GNNGraphs") \ No newline at end of file diff --git a/GNNLux/docs/make.jl b/GNNLux/docs/make.jl index ce1fa551d..88dd63bb2 100644 --- a/GNNLux/docs/make.jl +++ b/GNNLux/docs/make.jl @@ -22,5 +22,7 @@ makedocs(; -deploydocs(;repo = "https://github.com/JuliaGraphs/GraphNeuralNetworks.jl.git", +deploydocs(;repo = "github.com/JuliaGraphs/GraphNeuralNetworks.jl.git", +devbranch = "test-multidocs", +push_preview = true, dirname = "GNNLux") \ No newline at end of file diff --git a/GNNlib/docs/make.jl b/GNNlib/docs/make.jl index b32bd824b..babed0f79 100644 --- a/GNNlib/docs/make.jl +++ b/GNNlib/docs/make.jl @@ -36,5 +36,7 @@ makedocs(; -deploydocs(;repo = "https://github.com/JuliaGraphs/GraphNeuralNetworks.jl.git", +deploydocs(;repo = "github.com/JuliaGraphs/GraphNeuralNetworks.jl.git", +devbranch = "test-multidocs", +push_preview = true, dirname = "GNNlib") \ No newline at end of file diff --git a/GraphNeuralNetworks/docs/make.jl b/GraphNeuralNetworks/docs/make.jl index 6f07c5031..16b73e2dc 100644 --- a/GraphNeuralNetworks/docs/make.jl +++ b/GraphNeuralNetworks/docs/make.jl @@ -48,4 +48,7 @@ makedocs(; -deploydocs(;repo = "https://github.com/JuliaGraphs/GraphNeuralNetworks.jl.git", dirname= "GraphNeuralNetworks") +deploydocs(;;repo = "github.com/JuliaGraphs/GraphNeuralNetworks.jl.git", +devbranch = "test-multidocs", +push_preview = true, +dirname= "GraphNeuralNetworks") diff --git a/tutorials/docs/make.jl b/tutorials/docs/make.jl index 41a9e20dc..e1ec67dbe 100644 --- a/tutorials/docs/make.jl +++ b/tutorials/docs/make.jl @@ -30,5 +30,7 @@ makedocs(; -deploydocs(; repo = "https://github.com/JuliaGraphs/GraphNeuralNetworks.jl.git", - dirname = "tutorials") \ No newline at end of file +deploydocs(;repo = "github.com/JuliaGraphs/GraphNeuralNetworks.jl.git", +devbranch = "test-multidocs", +push_preview = true, +dirname = "tutorials") \ No newline at end of file