File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 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 :
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 :
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 :
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
You can’t perform that action at this time.
0 commit comments