Skip to content

Commit

Permalink
fix workflow docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Jul 29, 2024
1 parent e89780c commit f727162
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
- name: Install dependencies
run: julia --project=docs/ -e '
using Pkg;
Pkg.develop([PackageSpec(path=pwd()), PackageSpec(path=joinpath(pwd(), "GNNGraphs"))]);
Pkg.develop([PackageSpec(path=pwd()),
PackageSpec(path=joinpath(pwd(), "GNNGraphs")),
PackageSpec(path=joinpath(pwd(), "GNNlib"))]);
Pkg.instantiate();'
- name: Build and deploy
env:
Expand Down

0 comments on commit f727162

Please sign in to comment.