Skip to content

Commit f727162

Browse files
fix workflow docs
1 parent e89780c commit f727162

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
- name: Install dependencies
1919
run: julia --project=docs/ -e '
2020
using Pkg;
21-
Pkg.develop([PackageSpec(path=pwd()), PackageSpec(path=joinpath(pwd(), "GNNGraphs"))]);
21+
Pkg.develop([PackageSpec(path=pwd()),
22+
PackageSpec(path=joinpath(pwd(), "GNNGraphs")),
23+
PackageSpec(path=joinpath(pwd(), "GNNlib"))]);
2224
Pkg.instantiate();'
2325
- name: Build and deploy
2426
env:

0 commit comments

Comments
 (0)