Skip to content

Commit

Permalink
Back to master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
aurorarossi committed Nov 5, 2024
1 parent 9e640b9 commit ba0881e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/multidocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: MultiDocumentation
on:
push:
branches:
- fix-workflows
- master
tags: '*'
pull_request:

Expand All @@ -18,7 +18,7 @@ jobs:
- uses: julia-actions/cache@v2

- name: Set up
run: git config --global init.defaultBranch fix-workflows
run: git config --global init.defaultBranch master

# Build GNNGraphs docs
- name: Install dependencies for GNNGraphs
Expand Down
2 changes: 1 addition & 1 deletion GNNGraphs/docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ makedocs(;
)

deploydocs(;repo = "github.com/JuliaGraphs/GraphNeuralNetworks.jl.git",
devbranch = "fix-workflows",
devbranch = "master",
push_preview = true,
dirname = "GNNGraphs")
2 changes: 1 addition & 1 deletion GNNLux/docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ makedocs(;


deploydocs(;repo = "github.com/JuliaGraphs/GraphNeuralNetworks.jl.git",
devbranch = "fix-workflows",
devbranch = "master",
push_preview = true,
dirname = "GNNLux")
2 changes: 1 addition & 1 deletion GNNlib/docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ makedocs(;


deploydocs(;repo = "github.com/JuliaGraphs/GraphNeuralNetworks.jl.git",
devbranch = "fix-workflows",
devbranch = "master",
push_preview = true,
dirname = "GNNlib")
2 changes: 1 addition & 1 deletion GraphNeuralNetworks/docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ makedocs(;


deploydocs(;repo = "github.com/JuliaGraphs/GraphNeuralNetworks.jl.git",
devbranch = "fix-workflows",
devbranch = "master",
push_preview = true,
dirname= "GraphNeuralNetworks")
2 changes: 1 addition & 1 deletion tutorials/docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ makedocs(;


deploydocs(;repo = "github.com/JuliaGraphs/GraphNeuralNetworks.jl.git",
devbranch = "fix-workflows",
devbranch = "master",
push_preview = true,
dirname = "tutorials")

0 comments on commit ba0881e

Please sign in to comment.