Skip to content

Commit 532fd76

Browse files
committed
To test (revert after)
1 parent 28ba5ac commit 532fd76

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/multidocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: MultiDocumentation
33
on:
44
push:
55
branches:
6-
- master
6+
- fix-workflows
77
tags: '*'
88
pull_request:
99

@@ -18,7 +18,7 @@ jobs:
1818
- uses: julia-actions/cache@v2
1919

2020
- name: Set up
21-
run: git config --global init.defaultBranch master
21+
run: git config --global init.defaultBranch fix-workflows
2222

2323
# Build GNNGraphs docs
2424
- name: Install dependencies for GNNGraphs

GNNGraphs/docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ makedocs(;
2727
)
2828

2929
deploydocs(;repo = "github.com/JuliaGraphs/GraphNeuralNetworks.jl.git",
30-
devbranch = "master",
30+
devbranch = "fix-workflows",
3131
push_preview = true,
3232
dirname = "GNNGraphs")

GNNLux/docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ makedocs(;
2323

2424

2525
deploydocs(;repo = "github.com/JuliaGraphs/GraphNeuralNetworks.jl.git",
26-
devbranch = "master",
26+
devbranch = "fix-workflows",
2727
push_preview = true,
2828
dirname = "GNNLux")

GNNlib/docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ makedocs(;
3737

3838

3939
deploydocs(;repo = "github.com/JuliaGraphs/GraphNeuralNetworks.jl.git",
40-
devbranch = "master",
40+
devbranch = "fix-workflows",
4141
push_preview = true,
4242
dirname = "GNNlib")

GraphNeuralNetworks/docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ makedocs(;
4949

5050

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

tutorials/docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ makedocs(;
3131

3232

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

0 commit comments

Comments
 (0)