Skip to content

Commit 7f5c237

Browse files
committed
Remove dev
1 parent 46d35e2 commit 7f5c237

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/multidocs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
- name: Build GNNlib docs
3333
run: julia --project=GNNlib/docs/ -e '
3434
using Pkg;
35-
pkg"dev ./GNNlib ./GNNGraphs";
3635
Pkg.instantiate();
3736
include("GNNlib/docs/make.jl")'
3837
env:
@@ -42,7 +41,6 @@ jobs:
4241
- name: Build GNNLux docs
4342
run: julia --project=GNNLux/docs/ -e '
4443
using Pkg;
45-
pkg"dev ./GNNLux ./GNNlib ./GNNGraphs";
4644
Pkg.instantiate();
4745
include("GNNLux/docs/make.jl")'
4846
env:
@@ -52,7 +50,6 @@ jobs:
5250
- name: Build GraphNeuralNetworks docs
5351
run: julia --project=GraphNeuralNetworks/docs/ -e '
5452
using Pkg;
55-
pkg"dev ./GraphNeuralNetworks ./GNNlib ./GNNGraphs";
5653
Pkg.instantiate();
5754
include("GraphNeuralNetworks/docs/make.jl")'
5855
env:
@@ -64,7 +61,6 @@ jobs:
6461
- name: Install dependencies for multidocs
6562
run: julia --project=docs/ -e '
6663
using Pkg;
67-
pkg"dev ./GraphNeuralNetworks ./GNNlib ./GNNGraphs ./GNNLux";
6864
Pkg.instantiate();'
6965

7066
- name: Config git

0 commit comments

Comments
 (0)