Skip to content

Commit

Permalink
Remove https from repo paths
Browse files Browse the repository at this point in the history
  • Loading branch information
aurorarossi committed Nov 3, 2024
1 parent 572e4fb commit 124e818
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion GNNGraphs/docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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")
4 changes: 3 additions & 1 deletion GNNLux/docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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")
4 changes: 3 additions & 1 deletion GNNlib/docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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")
5 changes: 4 additions & 1 deletion GraphNeuralNetworks/docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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")
6 changes: 4 additions & 2 deletions tutorials/docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ makedocs(;



deploydocs(; repo = "https://github.com/JuliaGraphs/GraphNeuralNetworks.jl.git",
dirname = "tutorials")
deploydocs(;repo = "github.com/JuliaGraphs/GraphNeuralNetworks.jl.git",
devbranch = "test-multidocs",
push_preview = true,
dirname = "tutorials")

0 comments on commit 124e818

Please sign in to comment.