File tree Expand file tree Collapse file tree 5 files changed +15
-6
lines changed Expand file tree Collapse file tree 5 files changed +15
-6
lines changed Original file line number Diff line number Diff 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" ,
3030devbranch = " test-multidocs" ,
3131push_preview = true ,
3232dirname = " GNNGraphs" )
Original file line number Diff line number Diff 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 ,
2628dirname = " GNNLux" )
Original file line number Diff line number Diff 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 ,
4042dirname = " GNNlib" )
Original file line number Diff line number Diff 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" )
Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments