File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: MultiDocumentation
33on :
44  push :
55    branches :
6-       - fix-workflows 
6+       - master 
77    tags : ' *' 
88  pull_request :
99
1818      - uses : julia-actions/cache@v2 
1919
2020      - name : Set up 
21-         run : git config --global init.defaultBranch fix-workflows  
21+         run : git config --global init.defaultBranch master  
2222
2323      #  Build GNNGraphs docs
2424      - name : Install dependencies for GNNGraphs 
Original file line number Diff line number Diff line change @@ -27,6 +27,6 @@ makedocs(;
2727         )
2828
2929deploydocs (;repo =  " github.com/JuliaGraphs/GraphNeuralNetworks.jl.git" 
30- devbranch =  " fix-workflows " 
30+ devbranch =  " master " 
3131push_preview =  true ,
3232dirname =  " GNNGraphs" 
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ makedocs(;
2323
2424
2525deploydocs (;repo =  " github.com/JuliaGraphs/GraphNeuralNetworks.jl.git" 
26- devbranch =  " fix-workflows " 
26+ devbranch =  " master " 
2727push_preview =  true ,
2828dirname =  " GNNLux" 
Original file line number Diff line number Diff line change @@ -37,6 +37,6 @@ makedocs(;
3737
3838
3939deploydocs (;repo =  " github.com/JuliaGraphs/GraphNeuralNetworks.jl.git" 
40- devbranch =  " fix-workflows " 
40+ devbranch =  " master " 
4141push_preview =  true ,
4242dirname =  " GNNlib" 
Original file line number Diff line number Diff line change @@ -49,6 +49,6 @@ makedocs(;
4949
5050
5151deploydocs (;repo =  " github.com/JuliaGraphs/GraphNeuralNetworks.jl.git" 
52- devbranch =  " fix-workflows " 
52+ devbranch =  " master " 
5353push_preview =  true ,
5454dirname=  " GraphNeuralNetworks" 
Original file line number Diff line number Diff line change @@ -31,6 +31,6 @@ makedocs(;
3131
3232
3333deploydocs (;repo =  " github.com/JuliaGraphs/GraphNeuralNetworks.jl.git" 
34- devbranch =  " fix-workflows " 
34+ devbranch =  " master " 
3535push_preview =  true ,
3636dirname =  " tutorials" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments