Skip to content

Commit 124e818

Browse files
committed
Remove https from repo paths
1 parent 572e4fb commit 124e818

File tree

5 files changed

+15
-6
lines changed

5 files changed

+15
-6
lines changed

GNNGraphs/docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ makedocs(;
2626
]
2727
)
2828

29-
deploydocs(;repo = "https://github.com/JuliaGraphs/GraphNeuralNetworks.jl.git",
29+
deploydocs(;repo = "github.com/JuliaGraphs/GraphNeuralNetworks.jl.git",
3030
devbranch = "test-multidocs",
3131
push_preview = true,
3232
dirname = "GNNGraphs")

GNNLux/docs/make.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,7 @@ makedocs(;
2222

2323

2424

25-
deploydocs(;repo = "https://github.com/JuliaGraphs/GraphNeuralNetworks.jl.git",
25+
deploydocs(;repo = "github.com/JuliaGraphs/GraphNeuralNetworks.jl.git",
26+
devbranch = "test-multidocs",
27+
push_preview = true,
2628
dirname = "GNNLux")

GNNlib/docs/make.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,7 @@ makedocs(;
3636

3737

3838

39-
deploydocs(;repo = "https://github.com/JuliaGraphs/GraphNeuralNetworks.jl.git",
39+
deploydocs(;repo = "github.com/JuliaGraphs/GraphNeuralNetworks.jl.git",
40+
devbranch = "test-multidocs",
41+
push_preview = true,
4042
dirname = "GNNlib")

GraphNeuralNetworks/docs/make.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,7 @@ makedocs(;
4848

4949

5050

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

tutorials/docs/make.jl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,7 @@ makedocs(;
3030

3131

3232

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

0 commit comments

Comments
 (0)