We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba52fc commit 0109ff6Copy full SHA for 0109ff6
.github/workflows/multidocs.yml
@@ -19,7 +19,10 @@ jobs:
19
20
# Build GNNGraphs docs
21
- name: Install dependencies for GNNGraphs
22
- run: julia --project=GNNGraphs/docs/ -e 'using Pkg; Pkg.instantiate();'
+ run: julia --project=docs/ -e '
23
+ using Pkg;
24
+ Pkg.develop(PackageSpec(path=joinpath(pwd(), "GNNGraphs")));
25
+ Pkg.instantiate();'
26
- name: Build GNNGraphs docs
27
run: julia --project=GNNGraphs/docs/ GNNGraphs/docs/make.jl
28
- name: Check if objects.inv exists for GNNGraphs
0 commit comments